[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / b / 6 / Swamp / 0.1.0 / Swamp.podspec.json
blob4dafdf5eea3870d0e2de8b6889247d1ae807f4ad
2   "name": "Swamp",
3   "version": "0.1.0",
4   "summary": "WAMP protocol implementation in swift",
5   "description": "the WAMP WebSocket subprotocol implemented purely in Swift using Starscream, SwiftyJSON & SwiftPack",
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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "Swamp/**/*",
23   "dependencies": {
24     "SwiftyJSON": [
25       "~>2.3.1"
26     ],
27     "Starscream": [
28       "~>1.1.3"
29     ],
30     "CryptoSwift": [
31       "~>0.5.2"
32     ]
33   }