[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 1 / 9 / 8 / YDUtilKit / 0.1.3 / YDUtilKit.podspec.json
blob301face9e98ea825988f18a6f12fe7532f7b2b06
2   "name": "YDUtilKit",
3   "version": "0.1.3",
4   "summary": "常用工具库",
5   "homepage": "https://github.com/chong2vv/YDUtilKit",
6   "license": "MIT",
7   "authors": {
8     "王远东": "chong2vv@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/chong2vv/YDUtilKit.git",
15     "tag": "0.1.3"
16   },
17   "source_files": "YDUtilKit/*",
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "YDFoundation",
26       "source_files": "YDUtilKit/YDFoundation/**/*"
27     },
28     {
29       "name": "YDUIKit",
30       "source_files": "YDUtilKit/YDUIKit/**/*",
31       "dependencies": {
32         "YDUtilKit/YDBaseUI": [
34         ],
35         "YDUtilKit/YDFoundation": [
37         ],
38         "YDUtilKit/YDTools": [
40         ]
41       }
42     },
43     {
44       "name": "YDBaseUI",
45       "source_files": "YDUtilKit/YDBaseUI/**/*"
46     },
47     {
48       "name": "YDTools",
49       "source_files": "YDUtilKit/YDTools/**/*",
50       "dependencies": {
51         "YDUtilKit/YDFoundation": [
53         ]
54       }
55     }
56   ]