[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 0 / 3 / 1 / SwiftyActionCable / 0.1.1 / SwiftyActionCable.podspec.json
blob6ed6c29b641031e7c5c13577e5a327a91feaaa5e
2   "name": "SwiftyActionCable",
3   "version": "0.1.1",
4   "summary": "Simple & Flexible Rails ActionCable client",
5   "description": "Super simple implementation of Rails ActionCable client written in Swift. Working on top of swift websocket library: https://github.com/tidwall/SwiftWebSocket",
6   "homepage": "https://github.com/tenshilg/SwiftyActionCable",
7   "license": "MIT",
8   "authors": {
9     "Roman Kovtunenko": "roman.kovtunenko@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tenshilg/SwiftyActionCable.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "SwiftyJSON": [
22       "~> 2.3.0"
23     ],
24     "SwiftWebSocket": [
25       "~> 2.6.0"
26     ]
27   }