Skip to content

Commit

Permalink
Merge pull request #113 from Tencent/dev
Browse files Browse the repository at this point in the history
update pod file
  • Loading branch information
lingol authored Nov 14, 2018
2 parents 154d3e3 + 8775c55 commit d5a543b
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 d5a543b

Please sign in to comment.