blob: 03bf2fe83850d3fb7f2664864e34b9319afbb2c1 [file] [log] [blame]
{
"name": "JetBeepFramework",
"version": "1.0.12",
"summary": "JetBeep SDK.",
"homepage": "https://github.com/jetbeep/ios-sdk",
"authors": {
"Oleh Hordiichuk": "oleh.hordiichuk@jetbeep.com"
},
"license": {
"type": "The MIT License (MIT)",
"file": "LICENSE"
},
"source": {
"http": "https://github.com/jetbeep/ios-sdk/raw/master/JetBeepFramework.zip"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"dependencies": {
"PromisesSwift": [
"~> 1.2.4"
],
"CryptoSwift": [
"~> 1"
],
"SQLite.swift": [
"~> 0.11.5"
],
"Repeat": [
"~> 0.5.7"
],
"DeepDiff": [
"~> 2.2.0"
]
},
"ios": {
"vendored_frameworks": "JetBeepFramework.framework"
}
}