blob: 6ed6c29b641031e7c5c13577e5a327a91feaaa5e [file] [log] [blame]
{
"name": "SwiftyActionCable",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 2.3.0"
],
"SwiftWebSocket": [
"~> 2.6.0"
]
}
}