[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 6 / Swamp / 0.2.0 / Swamp.podspec.json
blob3cce1bcd0b464c3baaeaaa6755338d65df51c595
2   "name": "Swamp",
3   "version": "0.2.0",
4   "summary": "WAMP protocol implementation in swift",
5   "description": "the WAMP WebSocket subprotocol implemented purely in Swift using Starscream, SwiftyJSON",
6   "homepage": "https://github.com/iscriptology/Swamp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yossi Abraham": "yo.ab@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/iscriptology/Swamp.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Swamp/**/*",
23   "dependencies": {
24     "SwiftyJSON": [
25       "~>3.1.0"
26     ],
27     "Starscream": [
28       "~>2.0.0"
29     ],
30     "CryptoSwift": [
31       "~>0.6.0"
32     ]
33   }