blob: 30e04f5fa315e801eb503ab6b4dfffa44109a285 [file] [log] [blame]
{
"name": "RxQRScanner",
"version": "0.2.0",
"swift_version": "4.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": "0.2.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"
]
}
}