blob: 42b07a2a775a52f119d24738df2b0e42fe103401 [file] [log] [blame]
{
"name": "ActionCableClient",
"version": "0.2.1",
"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.2.1"
},
"social_media_url": "https://twitter.com/danielrhodes",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 2.0.1"
]
},
"pushed_with_swift_version": "3.0"
}