[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 5 / 2 / Handy / 1.0.12 / Handy.podspec.json
blob7d550f62614ac39e234ebc2723465b073a08944e
2   "name": "Handy",
3   "version": "1.0.12",
4   "summary": "导航栏, 主题切换 ,自定义的UI以及常用拓展",
5   "swift_versions": [
6     "5.0"
7   ],
8   "description": "自定义导航栏(那内含微信样式),主题切换(可设置跟随系统)以及一些自定义的UI以及常用拓展",
9   "homepage": "https://github.com/leetangsong/Handy",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "leetangsong": "leetangsong@icloud.com"
16   },
17   "source": {
18     "git": "https://github.com/leetangsong/Handy.git",
19     "tag": "1.0.12"
20   },
21   "platforms": {
22     "ios": "11.0"
23   },
24   "pod_target_xcconfig": {
25     "CODE_SIGN_IDENTITY": ""
26   },
27   "dependencies": {
28     "SnapKit": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources/Handy/Core/**/*"
36     },
37     {
38       "name": "Navigation",
39       "source_files": "Sources/Handy/Navigation/**/*",
40       "dependencies": {
41         "Handy/Core": [
43         ]
44       },
45       "resources": "Sources/Handy/Resources/*.{bundle}"
46     },
47     {
48       "name": "Theme",
49       "source_files": "Sources/Handy/Theme/**/*",
50       "dependencies": {
51         "Handy/Navigation": [
53         ],
54         "Handy/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Language",
61       "source_files": "Sources/Handy/Language/**/*",
62       "dependencies": {
63         "Handy/Core": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.0"