blob: a21ece8cf42e2b2467eb7daf8a55013a664c1b4a [file] [log] [blame]
{
"name": "RxBarcodeScanner",
"version": "3.0.3",
"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": "3.0.3"
},
"social_media_url": "https://twitter.com/HumZ91",
"platforms": {
"ios": "9.0"
},
"source_files": "RxBarcodeScanner/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"BarcodeScanner": [
],
"RxSwift": [
],
"RxCocoa": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}