Skip to content

Commit

Permalink
drop iOS 8 from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Jul 2, 2020
1 parent 156e0f8 commit e11041d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MMKV.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.license = { :type => "BSD 3-Clause", :file => "LICENSE.TXT"}
s.author = { "guoling" => "[email protected]" }

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.9"

s.source = { :git => "https://github.com/Tencent/MMKV.git", :tag => "v#{s.version}" }
Expand Down
2 changes: 1 addition & 1 deletion MMKVAppExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { :type => "BSD 3-Clause", :file => "LICENSE.TXT"}
s.author = { "guoling" => "[email protected]" }

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"

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}"
Expand Down
2 changes: 1 addition & 1 deletion MMKVCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.license = { :type => "BSD 3-Clause", :file => "LICENSE.TXT"}
s.author = { "guoling" => "[email protected]" }

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.9"
s.watchos.deployment_target = "2.0"

Expand Down

0 comments on commit e11041d

Please sign in to comment.