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