blob: 85da51d6b22076fd077125168d273951090778f1 [file] [log] [blame]
{
"name": "VelaSDK",
"version": "1.0.1",
"summary": "An Offline Transactional API using SMS Service",
"description": "An Offline Transactional API using SMS Service",
"homepage": "https://github.com/velatech/vela-sms-ios",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"authors": {
"Elias Igbalajobi": "heeleeaz@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/velatech/vela-sms-ios.git",
"tag": "1.0.1"
},
"source_files": [
"VelaSDK/Resources",
"VelaSDK/*.{h,m,swift}"
],
"frameworks": [
"UIKit",
"MessageUI"
],
"dependencies": {
"CryptoSwift": [
]
}
}