File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Adjust"
3- s . version = "4.0.1 "
3+ s . version = "4.0.2 "
44 s . summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
55 s . homepage = "http://adjust.com"
66 s . license = { :type => 'MIT' , :file => 'MIT-LICENSE' }
77 s . author = { "Christian Wellenbrock" => "[email protected] " } 8- s . source = { :git => "https://github.com/adjust/ios_sdk.git" , :tag => "v4.0.1 " }
8+ s . source = { :git => "https://github.com/adjust/ios_sdk.git" , :tag => "v4.0.2 " }
99 s . platform = :ios , '4.3'
1010 s . framework = 'SystemConfiguration'
1111 s . weak_framework = 'AdSupport' , 'iAd'
Original file line number Diff line number Diff line change 1616#include < sys/xattr.h>
1717
1818static NSString * const kBaseUrl = @" https://app.adjust.com" ;
19- static NSString * const kClientSdk = @" ios4.0.1 " ;
19+ static NSString * const kClientSdk = @" ios4.0.2 " ;
2020
2121static NSString * const kDateFormat = @" yyyy-MM-dd'T'HH:mm:ss.SSS'Z'Z" ;
2222static NSDateFormatter *dateFormat;
Original file line number Diff line number Diff line change 1- 4.0.1
1+ 4.0.2
You can’t perform that action at this time.
0 commit comments