[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 7 / 2 / WDYBaseProject / 0.7.5 / WDYBaseProject.podspec.json
blob45bdb5b8935c881d8a63fe387af16b0c677876bf
2   "name": "WDYBaseProject",
3   "version": "0.7.5",
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.7.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "source_files": "WDYBaseProject/Classes/Category/**/*"
25     },
26     {
27       "name": "Utils",
28       "source_files": "WDYBaseProject/Classes/Utils/**/*",
29       "dependencies": {
30         "AFNetworking": [
31           "3.1.0"
32         ],
33         "WDYBaseProject/Category": [
35         ]
36       }
37     },
38     {
39       "name": "Macros",
40       "source_files": "WDYBaseProject/Classes/Macros/**/*"
41     },
42     {
43       "name": "UIComponent",
44       "source_files": "WDYBaseProject/Classes/UIComponent/**/*"
45     },
46     {
47       "name": "Navigation",
48       "source_files": "WDYBaseProject/Classes/Navigation/**/*"
49     },
50     {
51       "name": "Other",
52       "source_files": "WDYBaseProject/Classes/Other/**/*",
53       "dependencies": {
54         "SDWebImage": [
55           "3.8.0"
56         ]
57       }
58     },
59     {
60       "name": "NewFeatureComponent",
61       "source_files": "WDYBaseProject/Classes/NewFeatureComponent/**/*"
62     },
63     {
64       "name": "ADComponent",
65       "source_files": "WDYBaseProject/Classes/ADComponent/**/*"
66     },
67     {
68       "name": "TableViewComponent",
69       "source_files": "WDYBaseProject/Classes/TableViewComponent/**/*"
70     },
71     {
72       "name": "BaseModel",
73       "source_files": "WDYBaseProject/Classes/BaseModel/**/*",
74       "dependencies": {
75         "MJExtension": [
77         ],
78         "WDYBaseProject/Utils": [
80         ]
81       }
82     }
83   ]