blob: e66a690125cdac315d81340dccc258d17d3c9db0 [file] [log] [blame]
{
"name": "PhoenixSwiftClient",
"version": "1.0.0",
"summary": "Swift library for connecting to Phoenix channels.",
"description": "Swift library for connecting to Phoenix channels.",
"homepage": "https://github.com/myhobnob/PhoenixSwiftClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Lee": "keoki.lee@gmail.com"
},
"source": {
"git": "https://github.com/myhobnob/PhoenixSwiftClient.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PhoenixSwiftClient/**/*",
"dependencies": {
"Starscream": [
"~> 2.0.2"
]
},
"pushed_with_swift_version": "3.0"
}