blob: 27a159a080880f117aaf23c270f700b62ea39783 [file] [log] [blame]
{
"name": "SocketIOChatClient",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SocketIOChatClient": [
"Pod/Assets/*.xib"
]
},
"dependencies": {
"Socket.IO-Client-Swift": [
],
"Cartography": [
]
}
}