blob: 708a11e924b68368a69a57d48ece7d5bbf99f8d7 [file] [log] [blame]
{
"name": "OMGHTTPURLRQ",
"version": "3.0.1",
"homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
"source": {
"git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
"tag": "3.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 (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",
"watchos": "2.0"
},
"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}"
}
]
}