File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::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 '
2018end
You can’t perform that action at this time.
0 commit comments