blob: 07a39dd9f16cb0b89b137c3cc52e318ad90c8987 [file] [log] [blame]
{
"name": "ActionCableSwift",
"module_name": "ActionCableSwift",
"version": "0.2.1",
"summary": "🏰 Action Cable Swift is a client library being released for Action Cable Rails 5 which makes it easy to add real-time features to your app.",
"swift_versions": "5.1",
"description": "This Swift client inspired by \"Swift-ActionCableClient\", but it not support now and I created Action-Cable-Swift. Also web sockets client are now separate from this client.",
"homepage": "https://github.com/nerzh/Action-Cable-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Hudeichuk": "emptystamp@gmail.com"
},
"source": {
"git": "https://github.com/nerzh/Action-Cable-Swift.git",
"tag": "0.2.1"
},
"social_media_url": "https://www.linkedin.com/in/oleh-gudeychuk-428389ab",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"SwiftExtensionsPack": [
"~> 0.2.9"
]
},
"swift_version": "5.1"
}