mirror of
https://github.com/datatheorem/TrustKit.git
synced 2026-05-17 12:50:35 +00:00
bump version, update podspec, update Xcode demo app
This commit is contained in:
+5
-5
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "TrustKit"
|
||||
s.version = "2.0.1"
|
||||
s.version = "3.0.0"
|
||||
s.summary = 'TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.'
|
||||
s.homepage = "https://datatheorem.github.io/TrustKit"
|
||||
s.documentation_url = 'https://datatheorem.github.io/TrustKit/documentation/'
|
||||
@@ -8,10 +8,10 @@ Pod::Spec.new do |s|
|
||||
s.authors = 'Alban Diquet', 'Angela Chow', 'Eric Castro'
|
||||
s.source = { :git => "https://github.com/datatheorem/TrustKit.git", :tag => "#{s.version}" }
|
||||
|
||||
s.ios.deployment_target = '12.0'
|
||||
s.osx.deployment_target = '10.13'
|
||||
s.tvos.deployment_target = '12.0'
|
||||
s.watchos.deployment_target = '4.0'
|
||||
s.ios.deployment_target = '14.0'
|
||||
s.osx.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '14.0'
|
||||
s.watchos.deployment_target = '7.0'
|
||||
|
||||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
|
||||
s.source_files = ['TrustKit', 'TrustKit/**/*.{h,m,c}']
|
||||
|
||||
Reference in New Issue
Block a user