| { |
| "name": "HHChatKit", |
| "version": "0.1.7", |
| "summary": "使用SocketRocket聊天库", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/hutaol/HHChatKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Henry": "1325049637@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/hutaol/HHChatKit.git", |
| "tag": "0.1.7" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HHChatKit/Classes/**/*", |
| "resources": [ |
| "HHChatKit/ChatKeyBoard.bundle", |
| "HHChatKit/MessageResources.bundle" |
| ], |
| "vendored_libraries": "HHChatKit/Classes/Lame/libmp3lame.a", |
| "dependencies": { |
| "SocketRocket": [ |
| "~> 0.5.1" |
| ], |
| "YYModel": [ |
| "~> 1.0.4" |
| ], |
| "SDWebImage": [ |
| "~> 5.8.4" |
| ], |
| "YBImageBrowser": [ |
| "~> 3.0.9" |
| ], |
| "ZLPhotoBrowser": [ |
| "~> 3.2.0" |
| ] |
| } |
| } |