[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / 7 / 3 / 9 / SwiftDDP / 0.0.2 / SwiftDDP.podspec.json
blob1a3e83635cd2ea868702ef4ea05a86784d5b4b1e
2   "name": "SwiftDDP",
3   "version": "0.0.2",
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.2"
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   }