blob: cd60761c9a0c5b80c0ee08841ad2a33d6001220a [file] [log] [blame]
{
"name": "xmlrpc",
"version": "2.3.1",
"license": "MIT",
"summary": "The Cocoa XML-RPC Framework is a simple, and lightweight, XML-RPC client framework written in Objective-C.",
"homepage": "https://github.com/eczarny/xmlrpc",
"authors": {
"Eric Czarny": "eczarny@gmail.com"
},
"source": {
"git": "https://github.com/eczarny/xmlrpc.git",
"tag": "2.3.1"
},
"source_files": [
"XML*.{h,m}",
"NSStringAdditions.{h,m}"
],
"requires_arc": true,
"dependencies": {
"NSData+Base64": [
"~> 1.0.0"
]
}
}