blob: 3f0e3452a7fde03512994fdfda6c5d095d9092bf [file] [log] [blame]
{
"name": "PhoenixAdapter",
"version": "0.1.2",
"summary": "Phoenix Framework Channel Client",
"description": " Phoenix Adapter allows ObjC based application to connect to Phoenix Framework channels over websocket.\n More Information\n https://github.com/phoenixframework/phoenix\n",
"homepage": "http://github.com/livehelpnow/PhoenixAdapter-ObjC",
"license": "MIT",
"authors": {
"Justin Schneck": "jschneck@mac.com"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/livehelpnow/PhoenixAdapter-ObjC.git",
"tag": "0.1.2"
},
"source_files": "PhoenixAdapter-ObjC/*.{h,m}",
"public_header_files": "PhoenixAdapter-ObjC/*.h",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"0.3.1-beta2"
]
}
}