[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 8 / 2 / 5 / YYUIKit / 0.5.9 / YYUIKit.podspec.json
blob55c1394c62a57a5345517b42a2c2fbfa89a94b5d
2   "name": "YYUIKit",
3   "version": "0.5.9",
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.5.9"
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       "resource_bundles": {
31         "XYUIKit": [
32           "XYUIKit/Assets/**/*"
33         ]
34       },
35       "dependencies": {
36         "YYUIKit/Foundation": [
38         ],
39         "SnapKit": [
41         ]
42       }
43     },
44     {
45       "name": "Auth",
46       "source_files": "XYUIKit/Classes/Authority/**/*",
47       "dependencies": {
48         "YYUIKit/UIKit": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"