[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 8 / 2 / 5 / YYUIKit / 0.4.6 / YYUIKit.podspec.json
blob161e5eeb08ce1c7cf6308bf86be0815a16a77337
2   "name": "YYUIKit",
3   "version": "0.4.6",
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.4.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "resources": "XYUIKit/Assets/**/*",
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "XYUIKit/Classes/Foundation/**/*"
27     },
28     {
29       "name": "UIKit",
30       "source_files": "XYUIKit/Classes/UIKit/**/*",
31       "resource_bundles": {
32         "XYUIKit": [
33           "XYUIKit/Assets/**/*"
34         ]
35       },
36       "dependencies": {
37         "YYUIKit/Foundation": [
39         ],
40         "SnapKit": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"