blob: df187a294a09783ee3f3026b9b8080688e99e245 [file] [log] [blame]
{
"name": "DMRequest",
"version": "0.1.3",
"summary": "A block-based iOS HTTP request library",
"description": " DMRequest is a block-based HTTP request library for iOS that is flexible,\n expressive and low-ceremony.\n",
"homepage": "http://github.com/devmode/dm-request",
"documentation_url": "http://github.com/devmode/dm-request",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"authors": {
"John E. Bailey": "john@devmode.com",
"Sean M. Duncan": "sean@devmode.com"
},
"social_media_url": "http://twitter.com/DevModeInc",
"platforms": {
"ios": 6.0
},
"source": {
"git": "https://github.com/devmode/dm-request.git",
"tag": "0.1.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}