[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / d / 7 / OKHttpTackle / 0.0.2 / OKHttpTackle.podspec.json
blobb5c84c1445c29d55c5d4c2f5e592c9ed4d17361d
2   "name": "OKHttpTackle",
3   "version": "0.0.2",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "Multifunctional third party Library Based on AFNetworking package",
8   "homepage": "https://github.com/luocheng2013/SendHttpDemo",
9   "license": "MIT",
10   "authors": {
11     "luocheng": "maowangxin_2013@163.com"
12   },
13   "social_media_url": "http://www.jianshu.com/u/c4ac9f9adf58",
14   "source": {
15     "git": "https://github.com/luocheng2013/SendHttpDemo.git",
16     "tag": "0.0.2"
17   },
18   "resources": "OKHttpTackle/OKHttpTackle.bundle",
19   "public_header_files": [
20     "OKHttpTackle/OKBaseHttpTackle/*.h",
21     "OKHttpTackle/OKExtensionHttpTackle/.*h"
22   ],
23   "source_files": [
24     "OKHttpTackle/OKBaseHttpTackle/*.h",
25     "OKHttpTackle/OKExtensionHttpTackle/.*h"
26   ],
27   "default_subspecs": [
28     "OKBaseHttpTackle",
29     "OKExtensionHttpTackle"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
35     ],
36     "MBProgressHUD": [
38     ],
39     "FMDB": [
41     ],
42     "MJRefresh": [
44     ],
45     "OKAlertContrActionSheet": [
47     ]
48   },
49   "subspecs": [
50     {
51       "name": "OKBaseHttpTackle",
52       "source_files": "OKHttpTackle/OKBaseHttpTackle/*.{h,m}",
53       "dependencies": {
54         "AFNetworking": [
56         ]
57       }
58     },
59     {
60       "name": "OKExtensionHttpTackle",
61       "source_files": [
62         "OKHttpTackle/OKExtensionHttpTackle/*.{h,m}",
63         "OKHttpTackle/OKBaseHttpTackle/*.{h,m}"
64       ],
65       "dependencies": {
66         "AFNetworking": [
68         ],
69         "FMDB": [
71         ],
72         "MJRefresh": [
74         ],
75         "MBProgressHUD": [
77         ],
78         "OKAlertContrActionSheet": [
80         ]
81       }
82     }
83   ]