[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 7 / 2 / WDYBaseProject / 0.3.4 / WDYBaseProject.podspec.json
blobdb0b4a10eb4607bf0c6fde3c802fa4a029a4452e
2   "name": "WDYBaseProject",
3   "version": "0.3.4",
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.3.4"
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": "UI",
36       "source_files": "WDYBaseProject/Classes/UI/**/*"
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   ]