We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e138ac4 commit c8cf3c1Copy full SHA for c8cf3c1
segment-appsflyer-ios.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "segment-appsflyer-ios"
3
- s.version = "6.0.1-beta"
+ s.version = "5.4.0"
4
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."
5
6
s.description = <<-DESC
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
20
21
s.dependency 'Analytics'
22
s.source_files = 'segment-appsflyer-ios/Classes/**/*'
23
- s.ios.dependency 'Beta-AppsFlyerFramework', '~> 6.0.1'
24
- s.tvos.dependency 'Beta-AppsFlyerFramework', '~> 6.0.1'
+ s.ios.dependency 'AppsFlyerFramework', '~> 5.4.0'
+ s.tvos.dependency 'AppsFlyerFramework', '~> 5.4.0'
25
26
end
0 commit comments