[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / 2 / Handy / 1.0.4 / Handy.podspec.json
blob1c192580e79d4e8acf313fb9e275835c8604561e
2   "name": "Handy",
3   "version": "1.0.4",
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.4"
20   },
21   "platforms": {
22     "ios": "11.0"
23   },
24   "resource_bundles": {
25     "Handy": [
26       "Handy/Assets/*"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "CODE_SIGN_IDENTITY": ""
31   },
32   "dependencies": {
33     "SnapKit": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "Handy/Classes/Core/**/*"
41     },
42     {
43       "name": "Navigation",
44       "source_files": "Handy/Classes/Navigation/**/*",
45       "dependencies": {
46         "Handy/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Theme",
53       "source_files": "Handy/Classes/Theme/**/*",
54       "dependencies": {
55         "Handy/Navigation": [
57         ],
58         "Handy/Core": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.0"