[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 0 / WLXKits / 0.1.3 / WLXKits.podspec.json
blob33435ed982fbfbc37684f55e3177c5b51b3839dc
2   "name": "WLXKits",
3   "version": "0.1.3",
4   "summary": "wlx kit for iOS develop",
5   "description": "this project provide for all kinds of wlx client for iOS developer",
6   "homepage": "https://git.oschina.net/yaoxinchao/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yaoxinchao": "yaoxinchao@chinawlx.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "git@git.oschina.net:chinawlx/wlx-ios-pod.git",
19     "tag": "0.1.3"
20   },
21   "resources": [
22     "WLXKit/NoDataView/*.{xib}",
23     "WLXKit/images/*.{png}"
24   ],
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "MBProgressHUD": [
31     ]
32   },
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "UserInfo",
37       "source_files": "WLXKit/UserInfo/*.{h,m}"
38     },
39     {
40       "name": "HUD",
41       "source_files": "WLXKit/HUD/*.{h,m}"
42     },
43     {
44       "name": "Network",
45       "source_files": "WLXKit/Network/*.{h,m}",
46       "ios": {
47         "source_files": "WLXKit/UserInfo/*.{h,m}"
48       }
49     },
50     {
51       "name": "NoDataView",
52       "source_files": "WLXKit/NoDataView/*.{h,m}",
53       "ios": {
54         "source_files": "WLXKit/HUD/*.{h,m}"
55       }
56     },
57     {
58       "name": "Base",
59       "source_files": "WLXKit/Base/**/*.{h,m}",
60       "ios": {
61         "source_files": [
62           "WLXKit/NoDataView/*.{h,m}",
63           "WLXKit/HUD/*.{h,m}"
64         ]
65       }
66     }
67   ]