[Add] MapboxSearchUI 2.7.0-beta.1
[CocoaPods.git] / Specs / 7 / 3 / 9 / SwiftDDP / 0.0.10 / SwiftDDP.podspec.json
blob4bec18411d11da31f4575d65950d46dca3982b5b
2   "name": "SwiftDDP",
3   "version": "0.0.10",
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.10"
14   },
15   "social_media_url": "https://twitter.com/psiegesmund",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "CryptoSwift": [
24     ],
25     "SwiftWebSocket": [
27     ],
28     "XCGLogger": [
30     ]
31   }