[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 0 / HBChatKeyBoard / 1.0.0 / HBChatKeyBoard.podspec.json
blobf7398bd429debba14bdd2b06d4815aa55712f133
2   "name": "HBChatKeyBoard",
3   "version": "1.0.0",
4   "summary": "A short description of HBChatKeyBoard.",
5   "description": "Emoticons are for demo only",
6   "homepage": "https://gitee.com/WillieWubin/HBChatKeyBoard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hongbin.wu": "601479318@qq.com"
13   },
14   "source": {
15     "git": "git@gitee.com:WillieWubin/HBChatKeyBoard.git",
16     "tag": "1.0.0"
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   }