From 8775c55a34915ca1f4b805379c2e51abafc2ada5 Mon Sep 17 00:00:00 2001 From: guoling Date: Wed, 14 Nov 2018 15:12:49 +0800 Subject: [PATCH] update pod file --- MMKV.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"