[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / b / f / OMGHTTPURLRQ / 3.0.2 / OMGHTTPURLRQ.podspec.json
blob5831269fba4ae2ba9bb9111fcf3fdb496fd9e8f7
2   "name": "OMGHTTPURLRQ",
3   "version": "3.0.2",
4   "homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
5   "source": {
6     "git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
7     "tag": "3.0.2"
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   },
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   ]