[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 7 / OKHttpTackle / 0.0.3 / OKHttpTackle.podspec.json
blob92e37f39235ccd08f5708e85640c23501a2b99b8
2   "name": "OKHttpTackle",
3   "version": "0.0.3",
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.3"
17   },
18   "resources": "OKHttpTackle/OKHttpTackle.bundle",
19   "public_header_files": "OKHttpTackle/OKHttpTackle.h",
20   "source_files": "OKHttpTackle/OKHttpTackle.h",
21   "default_subspecs": [
22     "OKBaseHttpTackle",
23     "OKExtensionHttpTackle"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "MBProgressHUD": [
32     ],
33     "FMDB": [
35     ],
36     "MJRefresh": [
38     ],
39     "OKAlertContrActionSheet": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "OKBaseHttpTackle",
46       "source_files": "OKHttpTackle/OKBaseHttpTackle/*.{h,m}",
47       "dependencies": {
48         "AFNetworking": [
50         ]
51       }
52     },
53     {
54       "name": "OKExtensionHttpTackle",
55       "source_files": [
56         "OKHttpTackle/OKExtensionHttpTackle/*.{h,m}",
57         "OKHttpTackle/OKBaseHttpTackle/*.{h,m}"
58       ],
59       "dependencies": {
60         "AFNetworking": [
62         ],
63         "FMDB": [
65         ],
66         "MJRefresh": [
68         ],
69         "MBProgressHUD": [
71         ],
72         "OKAlertContrActionSheet": [
74         ]
75       }
76     }
77   ]