11Pod ::Spec . new do |s |
22 s . name = 'AppsFlyerFramework'
3- s . version = '6.16.2 '
3+ s . version = '6.17.0 '
44 s . summary = 'AppsFlyer iOS SDK'
55
66 s . description = <<-DESC
@@ -11,15 +11,15 @@ Pod::Spec.new do |s|
1111
1212 s . homepage = 'https://www.appsflyer.com'
1313 s . license = { :type => 'Proprietary' , :text => 'Copyright 2018 AppsFlyer Ltd. All rights reserved.' }
14- s . author = { 'Maxim' => 'maxim\ @appsflyer.com' , 'Andrii' => 'andrii.h\ @appsflyer.com' }
14+ s . author = { 'Maxim' => 'maxim@appsflyer.com' , 'Andrii' => 'andrii.h@appsflyer.com' }
1515 s . requires_arc = true
1616 s . platform = :ios , :tvos , :osx
17- s . swift_version = '5.0'
17+ s . swift_version = '5.0'
1818
1919
2020 s . source = {
21- http : "https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.16.2 /AppsFlyerLib-Binaries.zip" ,
22- sha256 : "068cd68706a5c61b054cf179a946c9077a1c3b907fb61e46530c4ac1175399af "
21+ http : "https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.17.0 /AppsFlyerLib-Binaries.zip" ,
22+ sha256 : "cceee8be7f50f8d9e87f96e1bd97e6b58b3c3975a671937a3e5c21f7ee035a87 "
2323 }
2424
2525 s . ios . deployment_target = '12.0'
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
2929 s . ios . frameworks = 'Security' , 'SystemConfiguration' , 'CoreTelephony'
3030 s . osx . frameworks = 'Security'
31- s . default_subspecs = 'Main'
31+ s . default_subspecs = 'Main'
3232
3333 s . subspec 'Main' do |ss |
3434 ss . resource_bundles = { 'AppsFlyerLib_Privacy' => [ 'binaries/Resources/nonStrict/PrivacyInfo.xcprivacy' ] }
@@ -51,7 +51,7 @@ Pod::Spec.new do |s|
5151 ss . osx . vendored_frameworks = 'binaries/xcframework/full/AppsFlyerLib.xcframework'
5252 end
5353 s . subspec 'Strict' do |ss |
54- ss . resource_bundles = { 'AppsFlyerLib_Privacy' => [ 'binaries/Resources/Strict/PrivacyInfo.xcprivacy' ] }
54+ ss . resource_bundles = { 'AppsFlyerLib_Privacy' => [ 'binaries/Resources/Strict/PrivacyInfo.xcprivacy' ] }
5555 ss . ios . vendored_frameworks = 'binaries/xcframework/strict/AppsFlyerLib.xcframework'
5656
5757 ss . tvos . vendored_frameworks = 'binaries/xcframework/strict/AppsFlyerLib.xcframework'
0 commit comments