blob: 4c305971f27056ddac49ce4871cef9c28fd374e0 [file] [log] [blame]
{
"name": "ActionCableMapper",
"version": "0.1.1",
"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.1"
},
"source_files": "Source/*.swift",
"dependencies": {
"Starscream": [
"~> 3.0.5"
]
}
}