blob: 2ed1c3081f6c68b754d39613c05c4a49d1d4d0d8 [file] [log] [blame]
{
"name": "ActionCableClient",
"version": "0.1.2",
"summary": "A Swift client for the Rails ActionCable WebSocket server.",
"description": "ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.",
"homepage": "https://github.com/danielrhodes/Swift-ActionCableClient",
"license": "MIT",
"authors": {
"Daniel Rhodes": "rhodes.daniel@gmail.com"
},
"source": {
"git": "https://github.com/danielrhodes/Swift-ActionCableClient.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/danielrhodes",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 1.1.2"
],
"SwiftyJSON": [
"~> 2.3.1"
]
}
}