[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / b / f / OMGHTTPURLRQ / 3.1.1 / OMGHTTPURLRQ.podspec.json
blobe79937d82235a4f25ad4838af784c5ab0c5a46b3
2   "name": "OMGHTTPURLRQ",
3   "version": "3.1.1",
4   "homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
5   "source": {
6     "git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
7     "tag": "3.1.1"
8   },
9   "license": {
10     "type": "MIT",
11     "text": "See README.markdown for full license text."
12   },
13   "summary": "Vital extensions to NSURLRequest that Apple left out for some reason (including creating multipart/form-data POSTs)",
14   "social_media_url": "https://twitter.com/mxcl",
15   "authors": {
16     "Max Howell": "mxcl@me.com"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "default_subspecs": "RQ",
26   "subspecs": [
27     {
28       "name": "RQ",
29       "source_files": "Sources/OMGHTTPURLRQ.{h,m}",
30       "dependencies": {
31         "OMGHTTPURLRQ/UserAgent": [
33         ],
34         "OMGHTTPURLRQ/FormURLEncode": [
36         ]
37       }
38     },
39     {
40       "name": "UserAgent",
41       "source_files": "Sources/OMGUserAgent.{h,m}"
42     },
43     {
44       "name": "FormURLEncode",
45       "source_files": "Sources/OMGFormURLEncode.{h,m}"
46     }
47   ]