blob: ade599252e074a793eb6f1cea26a2b4a8ccfb56b [file] [log] [blame]
{
"name": "MTPocket",
"version": "2.0.3",
"summary": "Your application's favorite web request library.",
"description": "Simple and powerful. Convenient and informative. JSON to collection object conversion. Comprehensive request and response objects.",
"homepage": "https://github.com/mysterioustrousers/MTPocket",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTPocket.git",
"tag": "2.0.3"
},
"source_files": "MTPocket/*.{h,m}",
"public_header_files": [
"MTPocket/MTPocket.h",
"MTPocket/MTPocketRequest.h",
"MTPocket/MTPocketResponse.h"
],
"requires_arc": true
}