[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / b / f / OMGHTTPURLRQ / 1.1.5 / OMGHTTPURLRQ.podspec.json
blobeb94e40d93a51be6f47a7b6868a36d5278178657
2   "name": "OMGHTTPURLRQ",
3   "version": "1.1.5",
4   "homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
5   "source": {
6     "git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
7     "tag": "1.1.5"
8   },
9   "license": {
10     "type": "No License",
11     "text": "This text or CocoaPods throws a fit"
12   },
13   "summary": "Vital extensions to NSURLRequest that Apple left out for some reason.",
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   },
23   "subspecs": [
24     {
25       "name": "RQ",
26       "source_files": "OMGHTTPURLRQ.{h,m}",
27       "dependencies": {
28         "OMGHTTPURLRQ/UserAgent": [
30         ]
31       }
32     },
33     {
34       "name": "UserAgent",
35       "source_files": "OMGUserAgent.{h,m}"
36     }
37   ]