[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 5 / HHKeyboard / 0.2.1 / HHKeyboard.podspec.json
blobb60a8acda5e38875dfb85b42ff63ce011ea4543e
2   "name": "HHKeyboard",
3   "version": "0.2.1",
4   "summary": "一个简单的聊天键盘",
5   "description": "聊天键盘:支持暗黑模式,语音,键盘,表情和更多类型配置",
6   "homepage": "https://github.com/hutaol/HHKeyboard",
7   "screenshots": [
8     "https://github.com/hutaol/HHKeyboard/blob/main/Screenshots/screenshots_1.png",
9     "https://github.com/hutaol/HHKeyboard/blob/main/Screenshots/screenshots_2.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Henry": "1325049637@qq.com"
17   },
18   "source": {
19     "git": "https://github.com/hutaol/HHKeyboard.git",
20     "tag": "0.2.1"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "HHKeyboard/Classes/**/*",
31       "resource_bundles": {
32         "HHKeyboard": [
33           "HHKeyboard/Assets/*.xcassets"
34         ]
35       }
36     },
37     {
38       "name": "Face",
39       "resources": "HHKeyboard/Assets/*.bundle"
40     }
41   ]