From fde2788e649ba09700889663e8585560e6956d6c Mon Sep 17 00:00:00 2001 From: Margot Date: Tue, 27 Jul 2021 10:57:43 +0300 Subject: [PATCH] update 6.3.4 --- Cartfile.resolved | 4 ++-- Package.swift | 2 +- segment-appsflyer-ios.podspec | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index bec0d47..1548d66 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.3.2" -github "segmentio/analytics-ios" "4.1.4" +binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.3.4" +github "segmentio/analytics-ios" "4.1.5" diff --git a/Package.swift b/Package.swift index a6b80d0..806f7c0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(name: "Segment", url: "https://github.com/segmentio/analytics-ios.git" , from: "4.0.0"), - .package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.3.2"), + .package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.3.4"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/segment-appsflyer-ios.podspec b/segment-appsflyer-ios.podspec index 54df248..2ad5d57 100644 --- a/segment-appsflyer-ios.podspec +++ b/segment-appsflyer-ios.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "segment-appsflyer-ios" - s.version = "6.3.2" + s.version = "6.3.4" s.summary = "AppsFlyer Integration for Segment's analytics-ios library." s.description = <<-DESC @@ -22,14 +22,14 @@ Pod::Spec.new do |s| s.default_subspecs = 'Main' s.subspec 'Main' do |ss| - ss.ios.dependency 'AppsFlyerFramework', '~> 6.3.2' - ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.2' + ss.ios.dependency 'AppsFlyerFramework', '~> 6.3.4' + ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.4' ss.source_files = 'segment-appsflyer-ios/Classes/**/*' end s.subspec 'Strict' do |ss| - ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.3.2' - ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.3.2' + ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.3.4' + ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.3.4' ss.source_files = 'segment-appsflyer-ios/Classes/**/*' end end