[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / b / f / OMGHTTPURLRQ / 2.0 / OMGHTTPURLRQ.podspec.json
blob8de8879a5223ec18fd13ec97f18a32646821dc88
2   "name": "OMGHTTPURLRQ",
3   "version": "2.0",
4   "homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
5   "source": {
6     "git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
7     "tag": "2.0"
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.",
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   ]