[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / a / 0 / HBChatKeyBoard / 1.0.1 / HBChatKeyBoard.podspec.json
blobc8b78264fd4f0b326202e2720a0b58980fed4835
2   "name": "HBChatKeyBoard",
3   "version": "1.0.1",
4   "summary": "A short description of HBChatKeyBoard.",
5   "description": "Emoticons are for demo only",
6   "homepage": "https://github.com/WillieWu/HBChatKeyBoard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hongbin.wu": "601479318@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/WillieWu/HBChatKeyBoard.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "HBChatKeyBoard/Classes/**/*",
23     "HBChatKeyBoard/Classes/*"
24   ],
25   "resource_bundles": {
26     "HBChatKeyBoard": [
27       "HBChatKeyBoard/Assets/*.png",
28       "HBChatKeyBoard/Assets/**/*.png",
29       "HBChatKeyBoard/Assets/**/*.plist"
30     ]
31   },
32   "swift_version": "4.0",
33   "requires_arc": true,
34   "frameworks": [
35     "UIKit",
36     "AVFoundation"
37   ],
38   "dependencies": {
39     "SnapKit": [
40       "~> 4.0.0"
41     ]
42   }