[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 7 / 2 / WDYBaseProject / 0.2.1 / WDYBaseProject.podspec.json
blob33936ca3ca55016e6816740c372fadeda7ad63fb
2   "name": "WDYBaseProject",
3   "version": "0.2.1",
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.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "source_files": "WDYBaseProject/Classes/Category/**/*",
25       "dependencies": {
26         "SDWebImage": [
27           "3.8.0"
28         ]
29       }
30     },
31     {
32       "name": "Macros",
33       "source_files": "WDYBaseProject/Classes/Macros/**/*"
34     },
35     {
36       "name": "UI",
37       "source_files": "WDYBaseProject/Classes/UI/**/*"
38     }
39   ]