blob: c260e1ce1f9ae02d29fee5ef9370a7985f53d2ca [file] [log] [blame]
{
"name": "SwiftyActionCable",
"version": "0.1.0",
"summary": "Simple & Flexible Rails ActionCable client",
"description": "Super simple implementation of Rails ActionCable client written in Swift. Working on top of swift websocket library: https://github.com/tidwall/SwiftWebSocket",
"homepage": "https://github.com/tenshilg/SwiftyActionCable",
"license": "MIT",
"authors": {
"Roman Kovtunenko": "roman.kovtunenko@gmail.com"
},
"source": {
"git": "https://github.com/tenshilg/SwiftyActionCable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 2.3.0"
],
"SwiftWebSocket": [
"~> 2.6.0"
]
}
}