blob: 0dc843d7d8c0658fdd0a97bdf09fa38e9f0d9910 [file] [log] [blame]
{
"name": "PhoenixClient",
"version": "1.1.0",
"summary": "Phoenix Framework Channel Client",
"description": "Phoenix Client allows ObjC based application to connect to Phoenix Framework channels over websocket.\nMore Information\nhttps://github.com/phoenixframework/phoenix",
"homepage": "http://github.com/livehelpnow/ObjCPhoenixClient",
"license": "MIT",
"authors": {
"Justin Schneck": "jschneck@mac.com"
},
"source": {
"git": "https://github.com/livehelpnow/ObjCPhoenixClient.git",
"tag": "v1.1.0"
},
"platforms": {
"osx": "10.8",
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SocketRocket": [
"0.4.2"
]
}
}