Skip to content

Commit

Permalink
update to 6.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
af-margot committed Aug 22, 2021
1 parent 506af40 commit 230fd1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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": "bf8e8a26a247107464ecd9d86c62931c5139435e",
"version": "6.3.0"
"revision": "7b162ef3f658b7a085d9d69cf9c30655aea3b8b0",
"version": "6.3.5"
}
}
]
Expand Down
12 changes: 6 additions & 6 deletions segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
s.version = "6.3.4"
s.version = "6.3.5"
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand All @@ -22,14 +22,14 @@ Pod::Spec.new do |s|

s.default_subspecs = 'Main'
s.subspec 'Main' do |ss|
ss.ios.dependency 'appsflyer-apple-sdk-qa','6.3.5.22'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.4'
ss.ios.dependency 'AppsFlyerFramework','~> 6.3.5'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.5'
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
end

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

0 comments on commit 230fd1c

Please sign in to comment.