blob: 197525f557a8a618e910e289fc4179767271bd24 [file] [log] [blame]
{
"name": "JetBeepFramework",
"version": "1.0.4",
"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": "4.0",
"dependencies": {
"PromisesSwift": [
"~> 1.2.4"
],
"CryptoSwift": [
"~> 0.7.2"
],
"SQLite.swift": [
"~> 0.11.5"
]
},
"ios": {
"vendored_frameworks": "JetBeepFramework.framework"
}
}