blob: b2315b9801f6c5daab171b54e9f399d182a522b8 [file] [log] [blame]
{
"name": "SwiftPhoenixClient",
"version": "0.9.1",
"summary": "Connect your Phoenix and iOS applications through WebSockets!",
"swift_version": "4.1",
"description": "This is the SwiftPhoenixClient, an iOS libaray that works with the\nPhoenix Framework's channels. The Phoenix Framework only ships with a\nJavascript client. Use this library to talk to your Phoenix app from\nyour iOS project. Check out the included chat client example, which\nworks with the Phoenix chat server example:\nhttps://github.com/chrismccord/phoenix_chat_example\n\nThis library implements Phoenix Channels on iOS. For more information\non Phoenix Channels check out the guide:\nhttp://www.phoenixframework.org/docs/channels",
"homepage": "https://github.com/davidstump/SwiftPhoenixClient",
"license": "MIT",
"authors": {
"David Stump": "david@davidstump.net"
},
"source": {
"git": "https://github.com/davidstump/SwiftPhoenixClient.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"Starscream": [
"~> 3.0.5"
]
}
}