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