Skip to content

Commit

Permalink
version 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
af-margot committed Jul 19, 2022
1 parent 93e9c4f commit c9ae29d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.5.2"
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.8.0"
github "segmentio/analytics-ios" "4.1.6"
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git",
"state": {
"branch": null,
"revision": "6a15b1455357725e11d086bea8b2cd4ec9d0dcef",
"version": "6.5.2"
"revision": "3c77b7ec3ad5991868837c5ac8085882310a4cd0",
"version": "6.8.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2"),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.8.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion examples/ObjcPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ target 'ObjcPodsSample' do
use_frameworks!

# Pods for ObjcPodsSample
pod 'segment-appsflyer-ios', '~> 6.5.2'
pod 'segment-appsflyer-ios', '~> 6.8.0'
end
2 changes: 1 addition & 1 deletion examples/SwiftPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'SwiftPodsSample' do
use_frameworks!

# Pods for SwiftPodsSample
pod 'segment-appsflyer-ios', '~> 6.5.2'
pod 'segment-appsflyer-ios', '~> 6.8.0'

end
8 changes: 4 additions & 4 deletions segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Pod::Spec.new do |s|

s.default_subspecs = 'Main'
s.subspec 'Main' do |ss|
ss.ios.dependency 'AppsFlyerFramework','~> 6.5.2'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.5.2'
ss.ios.dependency 'AppsFlyerFramework','~> 6.8.0'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.8.0'
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
end

s.subspec 'Strict' do |ss|
ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.5.2'
ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.5.2'
ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.8.0'
ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.8.0'
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
end
end

0 comments on commit c9ae29d

Please sign in to comment.