blob: c3f80d8184980be2925b5ddf122fbfb9defa9bb5 [file] [log] [blame]
{
"name": "RxQRScanner",
"version": "0.1.2",
"swift_version": "4.0",
"summary": "QRScanner in RxSwift way",
"description": "TODO: Add long description of the pod here.",
"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.1.2"
},
"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"
]
}
}