blob: 6735c9b090f0edcb08ceca3996b7d6fab3fc2064 [file] [log] [blame]
{
"name": "Seriously",
"version": "0.0.1",
"license": "MIT",
"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",
"commit": "a5280eac2dd38b318332e794d6e5b45b764c7571"
},
"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
}