blob: 9c883340a7affa73d9eadf101ec16bca8e8fe87c [file] [log] [blame]
{
"name": "ActionCableMapper",
"version": "0.1.2",
"summary": "A framework to map rails ActionCable channels into swift objects",
"homepage": "http://github.com/adamdebono/ActionCableMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Debono": "me@adamdebono.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/adamdebono/ActionCableMapper.git",
"tag": "0.1.2"
},
"source_files": "Source/*.swift",
"dependencies": {
"Starscream": [
"~> 3.0.5"
]
},
"pushed_with_swift_version": "4.0"
}