blob: 70d18d606b7c0092b02a46f29c32edb7880701a8 [file] [log] [blame]
{
"name": "OMGHTTPURLRQ",
"version": "3.2.3",
"homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
"source": {
"git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
"tag": "3.2.3"
},
"license": {
"type": "MIT",
"text": "https://github.com/mxcl/OMGHTTPURLRQ/blob/master/README.markdown"
},
"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",
"tvos": "9.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}"
}
]
}