blob: f7398bd429debba14bdd2b06d4815aa55712f133 [file] [log] [blame]
{
"name": "HBChatKeyBoard",
"version": "1.0.0",
"summary": "A short description of HBChatKeyBoard.",
"description": "Emoticons are for demo only",
"homepage": "https://gitee.com/WillieWubin/HBChatKeyBoard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hongbin.wu": "601479318@qq.com"
},
"source": {
"git": "git@gitee.com:WillieWubin/HBChatKeyBoard.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"HBChatKeyBoard/Classes/**/*",
"HBChatKeyBoard/Classes/*"
],
"resource_bundles": {
"HBChatKeyBoard": [
"HBChatKeyBoard/Assets/*.png",
"HBChatKeyBoard/Assets/**/*.png",
"HBChatKeyBoard/Assets/**/*.plist"
]
},
"swift_version": "4.0",
"requires_arc": true,
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
}
}