[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 9 / SwiftDDP / 0.0.13 / SwiftDDP.podspec.json
blobb9a4da96fabdf3fc3fec240e631fb0900d330123
2   "name": "SwiftDDP",
3   "version": "0.0.13",
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 Siegesmund": "peter.siegesmund@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/siegesmund/SwiftDDP.git",
13     "tag": "0.0.13"
14   },
15   "social_media_url": "https://twitter.com/psiegesmund",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "SwiftDDP/**/*",
21   "dependencies": {
22     "CryptoSwift": [
24     ],
25     "SwiftWebSocket": [
27     ],
28     "XCGLogger": [
30     ]
31   }