[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 1 / 4 / CommandBaseTool / 0.0.4 / CommandBaseTool.podspec.json
blob26cf489a60c3532c832f818d12ea98fa48ef190c
2   "name": "CommandBaseTool",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "通用Base模版",
9   "homepage": "https://github.com/ls19491314/CommandBaseController.git",
10   "source": {
11     "git": "https://github.com/ls19491314/CommandBaseController.git",
12     "tag": "0.0.4"
13   },
14   "requires_arc": true,
15   "authors": {
16     "Guess": "ls19491314@163.com"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "QMUIKit": [
25     ],
26     "SnapKit": [
28     ]
29   },
30   "swift_versions": "5.0",
31   "default_subspecs": "core",
32   "subspecs": [
33     {
34       "name": "core",
35       "source_files": [
36         "Classes/*.{swift,h,m}",
37         "Classes/**/*.{swift,h,m}"
38       ]
39     }
40   ],
41   "swift_version": "5.0"