blob: 090f65c0ccd42904e95a1e12c36caa974b7c9f3c [file] [log] [blame]
{
"name": "RxBarcodeScanner",
"version": "4.1.2-1",
"summary": "RxSwift extensions for BarcodeScanner",
"description": "RxBarcodeScanner adds reactive extensions for https://github.com/hyperoslo/BarcodeScanner",
"homepage": "https://github.com/seasox/RxBarcodeScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeremy Boy": "github@jboy.eu"
},
"source": {
"git": "https://github.com/seasox/RxBarcodeScanner.git",
"tag": "4.1.2-1"
},
"social_media_url": "https://twitter.com/HumZ91",
"platforms": {
"ios": "9.0"
},
"source_files": "RxBarcodeScanner/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"BarcodeScanner": [
"~> 4.1.2"
],
"RxSwift": [
],
"RxCocoa": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}