[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 1 / 9 / MeteorDDP / 2.2 / MeteorDDP.podspec.json
blobbb7dba23bef6cd01bbfb5e04a676b01d50f29a6e
2   "name": "MeteorDDP",
3   "version": "2.2",
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.2"
17   },
18   "libraries": "z",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MeteorDDP/Classes/**/*",
23   "frameworks": "Combine",
24   "dependencies": {
25     "CryptoSwift": [
27     ],
28     "Starscream": [
30     ]
31   },
32   "swift_versions": "5.1.2",
33   "swift_version": "5.1.2"