blob: 88588bf51b9f277effa94763f7e65684764575e1 [file] [log] [blame]
{
"name": "OMGHTTPURLRQ",
"version": "2.0.1",
"homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
"source": {
"git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
"tag": "2.0.1"
},
"license": {
"type": "MIT",
"text": "See README.markdown for full license text."
},
"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": {
"OMGHTTPURLRQ/UserAgent": [
]
}
},
{
"name": "UserAgent",
"source_files": "OMGUserAgent.{h,m}"
}
]
}