diff --git a/MMKV.podspec b/MMKV.podspec index 0a0eec10..9d074002 100644 --- a/MMKV.podspec +++ b/MMKV.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/Tencent/MMKV.git", :tag => "v#{s.version}" } s.source_files = "iOS/MMKV/MMKV", "iOS/MMKV/MMKV/*.{h,mm,hpp}", "iOS/MMKV/MMKV/aes/*", "iOS/MMKV/MMKV/aes/openssl/*" - s.public_header_files = "iOS/MMKV/MMKV/MMKV.h" + s.public_header_files = "iOS/MMKV/MMKV/MMKV.h", "iOS/MMKV/MMKV/MMKVHandler.h" s.framework = "CoreFoundation" s.ios.frameworks = "UIKit"