Skip to content

Commit ac30a25

Browse files
committed
Update podspec, remove dependencies AFNetworking and iOS5.0
1 parent 7055bd4 commit ac30a25

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

AdjustIO.podspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "AdjustIO"
3-
s.version = "2.0"
3+
s.version = "2.0.1"
44
s.summary = "This is the iOS SDK of AdjustIo. You can read more about it at http://adjust.io."
55
s.homepage = "http://adjust.io"
66
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
77
s.author = { "Christian Wellenbrock" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adeven/adjust_ios_sdk.git", :tag => "v2.0" }
9-
s.platform = :ios, '5.0'
8+
s.source = { :git => "https://github.com/adeven/adjust_ios_sdk.git", :tag => "v2.0.1" }
9+
s.platform = :ios, '4.3'
1010
s.framework = 'AdSupport, SystemConfiguration'
1111
s.source_files = 'AdjustIo/*.{h,m}', 'AdjustIo/AIAdditions/*.{h,m}'
1212
s.requires_arc = true
13-
s.dependency 'AFNetworking', '~> 1.2.1'
14-
end
13+
end

0 commit comments

Comments
 (0)