blob: ad025400f798f9b87c456bd5b1c2d529ccedd47d [file] [log] [blame]
{
"name": "VelaSDK",
"version": "1.0.8",
"summary": "VCS iOS SDK",
"swift_version": "4.2",
"description": "Vela Control Service (VCS) SDK for iOS",
"homepage": "https://github.com/velatech/vela-sms-ios",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"Elias Igbalajobi": "heeleeaz@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"source": {
"git": "https://github.com/velatech/vela-sms-ios.git",
"tag": "master"
},
"source_files": "VelaSDK/*.{h,m,swift}",
"frameworks": [
"UIKit",
"MessageUI"
],
"dependencies": {
"CryptoSwift": [
],
"PopupDialog": [
"~> 0.9"
]
}
}