[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 7 / 2 / WDYBaseProject / 0.4.6 / WDYBaseProject.podspec.json
blob3c430f58e3c93e89c38bf51bdd39432ca2c7a020
2   "name": "WDYBaseProject",
3   "version": "0.4.6",
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.4.6"
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       }
34     },
35     {
36       "name": "Macros",
37       "source_files": "WDYBaseProject/Classes/Macros/**/*"
38     },
39     {
40       "name": "UIComponent",
41       "source_files": "WDYBaseProject/Classes/UIComponent/**/*"
42     },
43     {
44       "name": "Navigation",
45       "source_files": "WDYBaseProject/Classes/Navigation/**/*"
46     },
47     {
48       "name": "Other",
49       "source_files": "WDYBaseProject/Classes/Other/**/*",
50       "dependencies": {
51         "SDWebImage": [
52           "3.8.0"
53         ]
54       }
55     }
56   ]