blob: 333e2edce8e9c152705e0d3a4cc7f217e252b331 [file] [log] [blame]
{
"name": "SocketIOChatClient",
"version": "0.1.0",
"summary": "A simple SocketIO client with live chat UI",
"description": "A simple SocketIO client with live chat user interface",
"homepage": "https://github.com/Chaatz/SocketIOChatClient",
"license": "MIT",
"authors": {
"Kenneth Tsang": "kenneth.tsang@chaatz.com"
},
"source": {
"git": "https://github.com/Chaatz/SocketIOChatClient.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SocketIOChatClient": [
"Pod/Assets/*.xib"
]
},
"dependencies": {
"Socket.IO-Client-Swift": [
],
"SnapKit": [
]
}
}