blob: b2f88371646bc24ff7315464e8995db936085c5a [file] [log] [blame]
{
"name": "MTPocket",
"version": "0.4.1",
"summary": "Web request library that doesn't suck. Simple and powerful. Convenient and informative. JSON and XML to collection object conversion.",
"homepage": "https://github.com/mysterioustrousers/MTPocket",
"license": "BSD",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTPocket.git",
"tag": "0.4.1"
},
"source_files": "MTPocket/*.{h,m}",
"dependencies": {
"XMLDictionary": [
"~> 2.0.0"
],
"MTJSONDictionary": [
"~> 0.0.4"
],
"Base64": [
]
},
"requires_arc": false
}