[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 9 / SwiftDDP / 0.3.1 / SwiftDDP.podspec.json
blob101736746134e2c9f9314f0d3641a8965ade346f
2   "name": "SwiftDDP",
3   "version": "0.3.1",
4   "summary": "A DDP Client for communicating with Meteor servers, written in Swift. Supports OAuth login with Facebook, Google, Twitter & Github.",
5   "description": "A DDP Client for communicating with DDP Servers (Meteor JS), written in Swift. Supports OAuth authentication with Facebook, Google, Twitter & Github.",
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.3.1"
14   },
15   "social_media_url": "https://twitter.com/psiegesmund",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.1"
19   },
20   "source_files": "SwiftDDP/**/*.swift",
21   "dependencies": {
22     "CryptoSwift": [
23       "~> 0.3"
24     ],
25     "SwiftWebSocket": [
26       "~> 2.6.0"
27     ],
28     "XCGLogger": [
30     ]
31   }