blob: f352b10409f30f0f5c1b12034634ce726e0061f5 [file] [log] [blame]
{
"name": "Seriously",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "COPYING"
},
"summary": "The Objective-C HTTP library that Apple should have created, seriously.",
"homepage": "https://github.com/probablycorey/seriously",
"authors": {
"Corey Johnson": "cj@github.com"
},
"source": {
"git": "https://github.com/probablycorey/seriously.git",
"tag": "1.0.0"
},
"description": "The iPhone needs a better way to make HTTP requests, specifically calls to REST web services. Seriously mixes Blocks with NSURLConnection & NSOperationQueue to do just that. It also will automatically parse the JSON response into a dictionary if the response headers are set correctly.",
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"src/**/*.{h,m,c}"
],
"requires_arc": false
}