[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 9 / 1 / ActionCableClient / 0.1.0 / ActionCableClient.podspec.json
blob127d1d842bcbe2675f8f5e7f427dd172a1bdb2c1
2   "name": "ActionCableClient",
3   "version": "0.1.0",
4   "summary": "A Swift client for the Rails ActionCable WebSocket server.",
5   "description": "ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.",
6   "homepage": "https://github.com/danielrhodes/Swift-ActionCableClient",
7   "license": "MIT",
8   "authors": {
9     "Daniel Rhodes": "rhodes.daniel@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/danielrhodes/Swift-ActionCableClient.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/danielrhodes",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ActionCableClient": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "Foundation",
27   "dependencies": {
28     "Starscream": [
29       "~> 1.1.2"
30     ],
31     "SwiftyJSON": [
32       "~> 2.3.1"
33     ]
34   }