blob: a80f9a407bf6037c0718bbd68a6701763f728994 [file] [log] [blame]
{
"name": "MeteorDDP",
"version": "2.0",
"summary": "A client for Meteor servers, written in Swift 5!",
"description": "MeteorDDP is really helpful to integrate servers written in meteor (a framework written in javascript) using native Swift in iOS.",
"homepage": "https://github.com/engrahsanali/MeteorDDP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"engrahsanali": "hafiz.m.ahsan.ali@gmail.com"
},
"source": {
"git": "https://github.com/engrahsanali/MeteorDDP.git",
"tag": "2.0"
},
"libraries": "z",
"platforms": {
"ios": "8.0"
},
"source_files": "MeteorDDP/Classes/**/*",
"frameworks": "Combine",
"dependencies": {
"CryptoSwift": [
],
"Starscream": [
]
},
"swift_versions": "5.1.2",
"swift_version": "5.1.2"
}