[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 1 / xmlrpc / 2.3.1 / xmlrpc.podspec.json
blobcd60761c9a0c5b80c0ee08841ad2a33d6001220a
2   "name": "xmlrpc",
3   "version": "2.3.1",
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/eczarny/xmlrpc",
7   "authors": {
8     "Eric Czarny": "eczarny@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/eczarny/xmlrpc.git",
12     "tag": "2.3.1"
13   },
14   "source_files": [
15     "XML*.{h,m}",
16     "NSStringAdditions.{h,m}"
17   ],
18   "requires_arc": true,
19   "dependencies": {
20     "NSData+Base64": [
21       "~> 1.0.0"
22     ]
23   }