[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 2 / 5 / YYUIKit / 0.2.1 / YYUIKit.podspec.json
blob7684106d8c0e91aab090ec0e1f7a25262e83bbd1
2   "name": "YYUIKit",
3   "version": "0.2.1",
4   "summary": "YYUIKit 是我在开发中总结的一套 UI 类库",
5   "description": "YYUIKit 是一组在开发工作中逐渐总结的常用工具库。\n旨在总结和记录减少重复的造轮子,提升效率,节省时间,同时让开发工作更专注",
6   "homepage": "https://github.com/xiaoyouPrince/XYUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoyouPrince": "xiaoyouPrince@163.com"
13   },
14   "source": {
15     "git": "https://github.com/xiaoyouPrince/XYUIKit.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "XYUIKit/Classes/Foundation/**/*"
26     },
27     {
28       "name": "UIKit",
29       "source_files": "XYUIKit/Classes/UIKit/**/*",
30       "dependencies": {
31         "YYUIKit/Foundation": [
33         ],
34         "SnapKit": [
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.0"