Skip to content

Commit 008e41e

Browse files
committed
update podspec version and min os versions
1 parent 9a51e91 commit 008e41e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

TrustKit.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "TrustKit"
3-
s.version = "3.0.0"
3+
s.version = "3.0.1"
44
s.summary = 'TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.'
55
s.homepage = "https://datatheorem.github.io/TrustKit"
66
s.documentation_url = 'https://datatheorem.github.io/TrustKit/documentation/'
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.authors = 'Alban Diquet', 'Angela Chow', 'Eric Castro'
99
s.source = { :git => "https://github.com/datatheorem/TrustKit.git", :tag => "#{s.version}" }
1010

11-
s.ios.deployment_target = '14.0'
12-
s.osx.deployment_target = '11.0'
13-
s.tvos.deployment_target = '14.0'
14-
s.watchos.deployment_target = '7.0'
11+
s.ios.deployment_target = '12.0'
12+
s.osx.deployment_target = '10.13'
13+
s.tvos.deployment_target = '12.0'
14+
s.watchos.deployment_target = '4.0'
1515

1616
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1717
s.source_files = ['TrustKit', 'TrustKit/**/*.{h,m,c}']

0 commit comments

Comments
 (0)