[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 7 / 2 / WDYBaseProject / 0.4.2 / WDYBaseProject.podspec.json
blobf778684b2406f331b19916f7fc2825f98cf0b9ae
2   "name": "WDYBaseProject",
3   "version": "0.4.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.4.2"
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     },
30     {
31       "name": "Macros",
32       "source_files": "WDYBaseProject/Classes/Macros/**/*"
33     },
34     {
35       "name": "UIComponent",
36       "source_files": "WDYBaseProject/Classes/UIComponent/**/*"
37     },
38     {
39       "name": "Navigation",
40       "source_files": "WDYBaseProject/Classes/Navigation/**/*"
41     },
42     {
43       "name": "Other",
44       "source_files": "WDYBaseProject/Classes/Other/**/*",
45       "dependencies": {
46         "SDWebImage": [
47           "3.8.0"
48         ]
49       }
50     }
51   ]