blob: a0500d6d9f159f87e4d3c4f9ff14591849f1791c [file] [log] [blame]
{
"name": "xmlrpc",
"version": "2.3.3",
"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/corristo/xmlrpc",
"authors": {
"Eric Czarny": "eczarny@gmail.com",
"Nikolay Kasyanov": "corrmage@gmail.com"
},
"source": {
"git": "https://github.com/corristo/xmlrpc.git",
"tag": "2.3.3"
},
"source_files": [
"XML*.{h,m}",
"NSStringAdditions.{h,m}"
],
"requires_arc": true,
"dependencies": {
"NSData+Base64": [
"~> 1.0.0"
]
}
}