blob: b3a7c819153c74279a0570b29e4f9ddc72f0111b [file] [log] [blame]
{
"name": "RxQRScanner",
"version": "1.3.0",
"swift_version": "4.1",
"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.3.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.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}