[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / b / f / OMGHTTPURLRQ / 3.0.0 / OMGHTTPURLRQ.podspec.json
blob049ca640c75100fd496bc4aa6fdd7634650c0560
2   "name": "OMGHTTPURLRQ",
3   "version": "3.0.0",
4   "homepage": "https://github.com/mxcl/OMGHTTPURLRQ",
5   "source": {
6     "git": "https://github.com/mxcl/OMGHTTPURLRQ.git",
7     "tag": "3.0.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 (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   },
23   "default_subspecs": "RQ",
24   "subspecs": [
25     {
26       "name": "RQ",
27       "source_files": "Sources/OMGHTTPURLRQ.{h,m}",
28       "dependencies": {
29         "OMGHTTPURLRQ/UserAgent": [
31         ],
32         "OMGHTTPURLRQ/FormURLEncode": [
34         ]
35       }
36     },
37     {
38       "name": "UserAgent",
39       "source_files": "Sources/OMGUserAgent.{h,m}"
40     },
41     {
42       "name": "FormURLEncode",
43       "source_files": "Sources/OMGFormURLEncode.{h,m}"
44     }
45   ]