[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 9 / SwiftDDP / 0.0.3 / SwiftDDP.podspec.json
blobe2d91477aa2799b8fb10ff9443204757150813f2
2   "name": "SwiftDDP",
3   "version": "0.0.3",
4   "summary": "A DDP Client for communicating with Meteor servers, written in Swift",
5   "description": "A DDP Client for communicating with DDP Servers (Meteor JS), written in Swift",
6   "homepage": "https://github.com/siegesmund/SwiftDDP",
7   "license": "MIT",
8   "authors": {
9     "Peter": "peter.siegesmund@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/siegesmund/SwiftDDP.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "CryptoSwift": [
23     ],
24     "SwiftWebSocket": [
26     ],
27     "XCGLogger": [
29     ]
30   }