[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / d / 8 / SwiftPhoenixClient / 0.3 / SwiftPhoenixClient.podspec.json
blob791e541d30496d8c002c2ed63f20a51dad61e5d9
2   "name": "SwiftPhoenixClient",
3   "version": "0.3",
4   "summary": "Connect your Phoenix and iOS applications through WebSockets!",
5   "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",
6   "homepage": "https://github.com/davidstump/SwiftPhoenixClient",
7   "license": "MIT",
8   "authors": {
9     "David Stump": "david@davidstump.net"
10   },
11   "source": {
12     "git": "https://github.com/davidstump/SwiftPhoenixClient.git",
13     "tag": "0.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "Starscream": [
22       "~> 1.0.0"
23     ]
24   }