Skip to content

Commit 121ef7a

Browse files
committed
Bumping version to 1.1.0
1 parent d4c4b2c commit 121ef7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AFNetworking.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFNetworking'
3-
s.version = '1.0'
3+
s.version = '1.1.0'
44
s.license = 'MIT'
55
s.summary = 'A delightful iOS and OS X networking framework.'
66
s.homepage = 'https://github.com/AFNetworking/AFNetworking'
77
s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0' }
8+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.1.0' }
99
s.source_files = 'AFNetworking'
1010
s.requires_arc = true
1111

0 commit comments

Comments
 (0)