blob: 7bfe74172fa69ef7f378c7a5e43546621ecea448 [file] [log] [blame]
{
"name": "OMGHTTPURLRQ",
"version": "1.1.4",
"homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
"source": {
"git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
"tag": "1.1.4"
},
"license": {
"type": "No License",
"text": "This text or CocoaPods throws a fit"
},
"summary": "Vital extensions to NSURLRequest that Apple left out for some reason.",
"social_media_url": "https://twitter.com/mxcl",
"authors": {
"Max Howell": "mxcl@me.com"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"subspecs": [
{
"name": "RQ",
"source_files": "OMGHTTPURLRQ.{h,m}",
"dependencies": {
"ChuzzleKit": [
],
"OMGHTTPURLRQ/UserAgent": [
]
}
},
{
"name": "UserAgent",
"source_files": "OMGUserAgent.{h,m}"
}
]
}