11# Uncomment the next line to define a global platform for your project 
2- # platform :ios, '11.0' 
2+ # platform :ios, '12.0' 
3+ source  'https://cdn.cocoapods.org/' 
34
45# Define the main target for the iOS app 
56target  'ApproovShapes'  do 
67 use_frameworks! 
7-  platform  :ios ,  '11 .0' 
8+  platform  :ios ,  '12 .0' 
89 # Use the local Podspec for the ApproovURLSession 
9-  pod  'ApproovURLSession' ,  :git  =>  'https://github.com/approov/approov-service-urlsession.git' ,  :tag  =>  '3.2.7' 
10-  pod  'Approov' ,  :git  =>  'https://github.com/approov/approov-ios-sdk.git' ,  :tag  =>  '3.2.4' 
10+  pod  'ApproovURLSession' ,  '~> 3.3.0' 
1111
1212end 
1313
@@ -16,7 +16,6 @@ target 'ShapesWatchApp Watch App' do
1616 use_frameworks! 
1717 platform  :watchos ,  '7.0' 
1818 # Use the local Podspec for the ApproovURLSession 
19-  pod  'ApproovURLSession' ,  :git  =>  'https://github.com/approov/approov-service-urlsession.git' ,  :tag  =>  '3.2.7' 
20-  pod  'Approov' ,  :git  =>  'https://github.com/approov/approov-ios-sdk.git' ,  :tag  =>  '3.2.4' 
19+  pod  'ApproovURLSession' ,  '~> 3.3.0' 
2120
2221end 
0 commit comments