Skip to content

Commit

Permalink
update pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Nov 14, 2018
1 parent 0e75ec6 commit 8775c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMKV.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8775c55

Please sign in to comment.