[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 7 / 2 / WDYBaseProject / 0.5.2 / WDYBaseProject.podspec.json
blob8dfa4f894c156ffa29226110ba4df63f35bf9418
2   "name": "WDYBaseProject",
3   "version": "0.5.2",
4   "summary": "基础工程",
5   "description": "常用的基础工程",
6   "homepage": "https://github.com/wangdongyang/WDYBaseProject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "冬日暖阳": "877197753@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wangdongyang/WDYBaseProject.git",
16     "tag": "0.5.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resource_bundles": {
22     "WDYBaseProject": [
23       "WDYBaseProject/Assets/*.png"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "WDYBaseProject/Classes/Category/**/*"
30     },
31     {
32       "name": "Utils",
33       "source_files": "WDYBaseProject/Classes/Utils/**/*",
34       "dependencies": {
35         "AFNetworking": [
36           "3.1.0"
37         ]
38       }
39     },
40     {
41       "name": "Macros",
42       "source_files": "WDYBaseProject/Classes/Macros/**/*"
43     },
44     {
45       "name": "UIComponent",
46       "source_files": "WDYBaseProject/Classes/UIComponent/**/*"
47     },
48     {
49       "name": "Navigation",
50       "source_files": "WDYBaseProject/Classes/Navigation/**/*"
51     },
52     {
53       "name": "Other",
54       "source_files": "WDYBaseProject/Classes/Other/**/*",
55       "dependencies": {
56         "SDWebImage": [
57           "3.8.0"
58         ]
59       }
60     },
61     {
62       "name": "HUDComponent",
63       "source_files": "WDYBaseProject/Classes/HUDComponent/**/*",
64       "dependencies": {
65         "MBProgressHUD": [
66           "0.9"
67         ]
68       }
69     },
70     {
71       "name": "NewFeatureComponent",
72       "source_files": "WDYBaseProject/Classes/NewFeatureComponent/**/*"
73     },
74     {
75       "name": "ADComponent",
76       "source_files": "WDYBaseProject/Classes/ADComponent/**/*"
77     }
78   ]