[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 8 / d / ActionCableMapper / 0.1.2 / ActionCableMapper.podspec.json
blob9c883340a7affa73d9eadf101ec16bca8e8fe87c
2   "name": "ActionCableMapper",
3   "version": "0.1.2",
4   "summary": "A framework to map rails ActionCable channels into swift objects",
5   "homepage": "http://github.com/adamdebono/ActionCableMapper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Adam Debono": "me@adamdebono.com"
12   },
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.12",
16     "watchos": "3.0",
17     "tvos": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/adamdebono/ActionCableMapper.git",
21     "tag": "0.1.2"
22   },
23   "source_files": "Source/*.swift",
24   "dependencies": {
25     "Starscream": [
26       "~> 3.0.5"
27     ]
28   },
29   "pushed_with_swift_version": "4.0"