Updated AFJSONRPCClient to v0.3.1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'AFJSONRPCClient'
|
||||
s.version = '0.3.1'
|
||||
s.homepage = 'https://github.com/AFNetworking/AFJSONRPCClient'
|
||||
s.authors = { 'wiistriker' => 'wiistriker@gmail.com' }
|
||||
s.license = 'MIT'
|
||||
s.summary = 'A JSON-RPC client build on AFNetworking.'
|
||||
s.source = { :git => 'https://github.com/AFNetworking/AFJSONRPCClient.git',
|
||||
:tag => '0.3.1' }
|
||||
s.source_files = 'AFJSONRPCClient'
|
||||
s.requires_arc = true
|
||||
|
||||
s.ios.deployment_target = '5.0'
|
||||
s.osx.deployment_target = '10.7'
|
||||
|
||||
s.dependency 'AFNetworking', '>= 0.10.0'
|
||||
end
|
||||
Reference in New Issue
Block a user