blob: 8d87a7e65ca997ae2baccb07c79ef7f533a4e92a [file] [log] [blame]
{
"name": "RxQRScanner",
"version": "2.0.0",
"swift_versions": "5.0",
"summary": "QRScanner in RxSwift way",
"description": "Popup QRScanner like a boss",
"homepage": "https://github.com/wddwycc/RxQRScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wddwycc": "wddwyss@gmail.com"
},
"source": {
"git": "https://github.com/wddwycc/RxQRScanner.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "9.0"
},
"source_files": "RxQRScanner/Classes/**/*",
"resource_bundles": {
"RxQRScanner": [
"RxQRScanner/Assets/*.png"
]
},
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
}
}