blob: f2c7831f29b00aa239b8d62488bff8d242c49785 [file] [log] [blame]
{
"name": "SocketIOBlocks",
"version": "1.0.0",
"summary": "Category on socket.IO-objc to use block callbacks instead of delegate callbacks.",
"homepage": "https://github.com/Antondomashnev/socket.IO-Blocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Domashnev": "antondomashnev@gmail.com"
},
"source": {
"git": "https://github.com/Antondomashnev/socket.IO-Blocks.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"dependencies": {
"socket.IO": [
]
}
}