[Add] GreenVideoSDK 2.0.13
[CocoaPods.git] / Specs / 8 / 2 / 5 / YYUIKit / 0.6.4 / YYUIKit.podspec.json
blobe46f8c5e0eabd21db9bf26756f010435519b8101
2   "name": "YYUIKit",
3   "version": "0.6.4",
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.6.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "Sources/Classes/Foundation/**/*"
26     },
27     {
28       "name": "UIKit",
29       "source_files": "Sources/Classes/UIKit/**/*",
30       "resource_bundles": {
31         "XYUIKit": [
32           "Sources/Assets/**/*"
33         ],
34         "XYUIKit_Privacy": [
35           "Sources/PrivacyInfo.xcprivacy"
36         ]
37       },
38       "dependencies": {
39         "YYUIKit/Foundation": [
41         ],
42         "SnapKit": [
44         ]
45       }
46     },
47     {
48       "name": "Auth",
49       "source_files": "Sources/Classes/Authority/**/*",
50       "dependencies": {
51         "YYUIKit/UIKit": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"