blob: f7c622d30b2bf1977d5ae09d0b88725cbf59bd34 [file] [log] [blame]
{
"name": "MTPocket",
"version": "0.6.2",
"summary": "A Cocoa web request library that doesn't suck.",
"description": "Simple and powerful. Convenient and informative. JSON and XML to collection object conversion. Comprehensive request and response objects.",
"homepage": "https://github.com/mysterioustrousers/MTPocket",
"license": "BSD",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTPocket.git",
"tag": "0.6.2"
},
"source_files": "MTPocket/*.{h,m}",
"dependencies": {
"XMLDictionary": [
"~> 2.0.0"
],
"MTJSONUtils": [
"~> 0.1.0"
],
"Base64": [
]
},
"requires_arc": false
}