[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / 8 / YDUtilKit / 0.0.5 / YDUtilKit.podspec.json
blobc5d2ca299cb6d87038f2c9a408eda177aabf99d2
2   "name": "YDUtilKit",
3   "version": "0.0.5",
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.0.5"
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       }
39     },
40     {
41       "name": "YDBaseUI",
42       "source_files": "YDUtilKit/YDBaseUI/**/*"
43     }
44   ]