blob: a922359af66a8cb1607077d96a7ae6be32dc75f8 [file] [log] [blame]
{
"name": "IMEPayQRScanner",
"version": "0.0.1",
"summary": "IME Pay QR Scanner SDK for iOS.",
"description": "Scan IME Pay merchant QR Code",
"homepage": "https://github.com/imepay/IMEPayQRScanner_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manoj Karki": "manojkarkie@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1.2",
"source": {
"git": "https://github.com/imepay/IMEPayQRScanner_iOS.git",
"tag": "0.0.1"
},
"source_files": [
"IMEPayQRScanner",
"IMEPay/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "IMEPayQRScanner/*.{png,storyboard}",
"frameworks": "UIKit",
"dependencies": {
"CryptoSwift": [
"~> 0.7.1"
]
}
}