[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 1 / 9 / MeteorDDP / 1.0 / MeteorDDP.podspec.json
blob664885d15928076430481c42017de2ee2eff4d75
2   "name": "MeteorDDP",
3   "version": "1.0",
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": "1.0"
17   },
18   "libraries": "z",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "MeteorDDP/Classes/**/*",
23   "dependencies": {
24     "CryptoSwift": [
26     ],
27     "XCGLogger": [
29     ]
30   }