File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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}' ]
You can’t perform that action at this time.
0 commit comments