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 bf2d13f commit 43a808fCopy full SHA for 43a808f
Segment-Flurry.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Segment-Flurry"
3
- s.version = "2.0.1"
+ s.version = "2.0.2"
4
s.summary = "Flurry Integration for Segment's analytics-ios library."
5
6
s.description = <<-DESC
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
21
22
s.source_files = 'Pod/Classes/**/*'
23
24
- s.dependency 'Analytics', '~> 3.0'
+ s.dependency 'Analytics'
25
s.dependency 'Flurry-iOS-SDK', '~> 10.2.0'
26
end
0 commit comments