[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 0 / 1 / xmlrpc / 2.3.4 / xmlrpc.podspec.json
blob74e27d148f1f061647f3607ca05eae36cb3a1bba
2   "name": "xmlrpc",
3   "version": "2.3.4",
4   "license": "MIT",
5   "summary": "The Cocoa XML-RPC Framework is a simple, and lightweight, XML-RPC client framework written in Objective-C.",
6   "homepage": "https://github.com/corristo/xmlrpc",
7   "authors": {
8     "Eric Czarny": "eczarny@gmail.com",
9     "Nikolay Kasyanov": "corrmage@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/corristo/xmlrpc.git",
13     "tag": "2.3.4"
14   },
15   "source_files": [
16     "XML*.{h,m}",
17     "NSStringAdditions.{h,m}"
18   ],
19   "requires_arc": true,
20   "dependencies": {
21     "NSData+Base64": [
22       "~> 1.0.0"
23     ]
24   }