[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 1 / 9 / MeteorDDP / 2.5 / MeteorDDP.podspec.json
blob19c06dadcca5ff772c03869c04673323bb4bcfc3
2   "name": "MeteorDDP",
3   "version": "2.5",
4   "summary": "A client for Meteor servers, written in Swift 5!",
5   "description": "MeteorDDP is really helpful to integrate servers written in meteor (a framework written in javascript) using native Swift in iOS.",
6   "homepage": "https://github.com/engrahsanali/MeteorDDP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "engrahsanali": "hafiz.m.ahsan.ali@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/engrahsanali/MeteorDDP.git",
16     "tag": "2.5"
17   },
18   "libraries": "z",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MeteorDDP/Classes/**/*",
23   "frameworks": "Combine",
24   "dependencies": {
25     "CryptoSwift": [
26       "~> 1.4.0"
27     ],
28     "Starscream": [
29       "~> 4.0.4"
30     ]
31   },
32   "swift_versions": "5.1.2",
33   "swift_version": "5.1.2"