| { |
| "name": "HBChatKeyBoard", |
| "version": "1.0.5", |
| "summary": "A short description of HBChatKeyBoard.", |
| "description": "Emoticons are for demo only", |
| "homepage": "https://github.com/WillieWu/HBChatKeyBoard", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "hongbin.wu": "601479318@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/WillieWu/HBChatKeyBoard.git", |
| "tag": "1.0.5" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "HBChatKeyBoard/Classes/**/*", |
| "HBChatKeyBoard/Classes/*" |
| ], |
| "swift_version": "4.0", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "SnapKit": [ |
| "~> 4.0.0" |
| ] |
| } |
| } |