Skip to content

Commit a9c8bf8

Browse files
author
Denis Petrusenko
committed
Bumping version to 2.1.2
1 parent 3ce4aab commit a9c8bf8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

AFJSONRPCClient.podspec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFJSONRPCClient'
3-
s.version = '2.1.1'
3+
s.version = '2.1.2'
44
s.homepage = 'https://github.com/AFNetworking/AFJSONRPCClient'
55
s.social_media_url = "https://twitter.com/AFNetworking"
66
s.authors = { 'wiistriker' => 'wiistriker@gmail.com', 'Mattt Thompson' => 'm@mattt.me' }
77
s.license = 'MIT'
88
s.summary = 'A JSON-RPC client build on AFNetworking.'
9-
s.source = { :git => 'https://github.com/AFNetworking/AFJSONRPCClient.git',
10-
:tag => '2.1.1' }
9+
s.source = { :git => 'https://github.com/dents/AFJSONRPCClient.git',
10+
:tag => '2.1.2' }
1111
s.source_files = 'AFJSONRPCClient'
1212
s.requires_arc = true
1313

1414
s.ios.deployment_target = '7.0'
1515
s.osx.deployment_target = '10.9'
16-
s.watchos.deployment_target = '2.0'
17-
s.tvos.deployment_target = '9.0'
1816

19-
s.dependency 'AFNetworking', '> 2.1'
17+
s.dependency 'AFNetworking', '~> 3.0'
2018
end

0 commit comments

Comments
 (0)