blob: 3816cce0dd87263ccf359ffafc742d7d5373f7e0 [file] [log] [blame]
{
"name": "Faye",
"version": "1.0.1",
"summary": "Faye Swift Client for GetStream",
"homepage": "https://github.com/GetStream/stream-swift",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Alexey Bukhtin": "alexey@getstream.io"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/GetStream/stream-swift.git",
"tag": "1.0.1"
},
"source_files": "Faye/*",
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 3.0"
]
}
}