[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 7 / 2 / WDYBaseProject / 0.6.4 / WDYBaseProject.podspec.json
blobe4c8b29505c3be7961a414d92d5a1e93ab8ef93f
2   "name": "WDYBaseProject",
3   "version": "0.6.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.6.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "resource_bundles": {
22     "WDYBaseProject": [
23       "WDYBaseProject/Assets/*.png"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "WDYBaseProject/Classes/Category/**/*"
30     },
31     {
32       "name": "Utils",
33       "source_files": "WDYBaseProject/Classes/Utils/**/*",
34       "dependencies": {
35         "AFNetworking": [
36           "3.1.0"
37         ],
38         "WDYBaseProject/Category": [
40         ],
41         "WDYBaseProject/HUDComponent": [
43         ]
44       }
45     },
46     {
47       "name": "Macros",
48       "source_files": "WDYBaseProject/Classes/Macros/**/*"
49     },
50     {
51       "name": "UIComponent",
52       "source_files": "WDYBaseProject/Classes/UIComponent/**/*"
53     },
54     {
55       "name": "Navigation",
56       "source_files": "WDYBaseProject/Classes/Navigation/**/*"
57     },
58     {
59       "name": "Other",
60       "source_files": "WDYBaseProject/Classes/Other/**/*",
61       "dependencies": {
62         "SDWebImage": [
63           "3.8.0"
64         ]
65       }
66     },
67     {
68       "name": "HUDComponent",
69       "source_files": "WDYBaseProject/Classes/HUDComponent/**/*",
70       "dependencies": {
71         "MBProgressHUD": [
72           "0.9"
73         ],
74         "WDYBaseProject/Category": [
76         ]
77       }
78     },
79     {
80       "name": "NewFeatureComponent",
81       "source_files": "WDYBaseProject/Classes/NewFeatureComponent/**/*"
82     },
83     {
84       "name": "ADComponent",
85       "source_files": "WDYBaseProject/Classes/ADComponent/**/*"
86     },
87     {
88       "name": "TableViewComponent",
89       "source_files": "WDYBaseProject/Classes/TableViewComponent/**/*"
90     }
91   ]