blob: d7fe7318883965c849ef56f3135377e7518c4205 [file] [log] [blame]
{
"name": "MTPocket",
"version": "1.1.0",
"summary": "Your application's favorite web request library.",
"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": "1.1.0"
},
"source_files": "MTPocket/*.{h,m}",
"public_header_files": [
"MTPocket/MTPocket.h",
"MTPocket/MTPocketRequest.h",
"MTPocket/MTPocketAsyncRequest.h",
"MTPocket/MTPocketResponse.h"
],
"requires_arc": true
}