blob: 1a0f61d9120703fb5edfcda4ad3faa7e191cf923 [file] [log] [blame]
{
"name": "CCHTTPRequest",
"version": "1.0.0",
"summary": "No-frills networking for iOS.",
"homepage": "https://github.com/catshive/CCHTTPRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cathy Shive": "catshive@gmail.com"
},
"social_media_url": "http://twitter.com/catshive",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/catshive/CCHTTPRequest.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/CCHTTPRequest.{h,m}"
],
"requires_arc": true
}