blob: 049ca640c75100fd496bc4aa6fdd7634650c0560 [file] [log] [blame]
{
"name": "OMGHTTPURLRQ",
"version": "3.0.0",
"homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
"source": {
"git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
"tag": "3.0.0"
},
"license": {
"type": "MIT",
"text": "See README.markdown for full license text."
},
"summary": "Vital extensions to NSURLRequest that Apple left out for some reason (including creating multipart/form-data POSTs)",
"social_media_url": "https://twitter.com/mxcl",
"authors": {
"Max Howell": "mxcl@me.com"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"default_subspecs": "RQ",
"subspecs": [
{
"name": "RQ",
"source_files": "Sources/OMGHTTPURLRQ.{h,m}",
"dependencies": {
"OMGHTTPURLRQ/UserAgent": [
],
"OMGHTTPURLRQ/FormURLEncode": [
]
}
},
{
"name": "UserAgent",
"source_files": "Sources/OMGUserAgent.{h,m}"
},
{
"name": "FormURLEncode",
"source_files": "Sources/OMGFormURLEncode.{h,m}"
}
]
}