[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 1 / xmlrpc / 2.3.3 / xmlrpc.podspec.json
bloba0500d6d9f159f87e4d3c4f9ff14591849f1791c
2   "name": "xmlrpc",
3   "version": "2.3.3",
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.3"
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   }