blob: fc68aee54a618c8c70757084423a96263bf65fef [file] [log] [blame]
{
"name": "RxQRScanner",
"version": "1.4.0",
"swift_version": "4.2",
"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": "1.4.0"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "9.0"
},
"source_files": "RxQRScanner/Classes/**/*",
"resource_bundles": {
"RxQRScanner": [
"RxQRScanner/Assets/*.png"
]
},
"dependencies": {
"RxSwift": [
"~> 4.3"
],
"RxCocoa": [
"~> 4.3"
]
}
}