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.
2 parents 88f5656 + 912dd82 commit 5181ac5Copy full SHA for 5181ac5
Adjust.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "Adjust"
3
- s.version = "3.4.0"
+ s.version = "4.0.0"
4
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
5
s.homepage = "http://adjust.com"
6
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
7
s.author = { "Christian Wellenbrock" => "[email protected]" }
8
- s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v3.4.0" }
+ s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.0.0" }
9
s.platform = :ios, '4.3'
10
s.framework = 'SystemConfiguration'
11
s.weak_framework = 'AdSupport', 'iAd'
VERSION
@@ -1 +1 @@
-3.4.0
+4.0.0
0 commit comments