[Add] FastRoute 0.1.0
[CocoaPods.git] / Specs / a / 2 / 6 / RxQRScanner / 2.2.0 / RxQRScanner.podspec.json
blob6f2019b0d605add89912a326fdeaf353b641d77a
2   "name": "RxQRScanner",
3   "version": "2.2.0",
4   "swift_versions": "5.0",
5   "summary": "QRScanner in RxSwift way",
6   "description": "Popup QRScanner like a boss",
7   "homepage": "https://github.com/wddwycc/RxQRScanner",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "wddwycc": "wddwyss@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wddwycc/RxQRScanner.git",
17     "tag": "2.2.0"
18   },
19   "social_media_url": "https://twitter.com/wddwycc",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "RxQRScanner/Classes/**/*",
24   "resource_bundles": {
25     "RxQRScanner": [
26       "RxQRScanner/Assets/*.png"
27     ]
28   },
29   "dependencies": {
30     "RxSwift": [
31       "~> 5.0"
32     ],
33     "RxCocoa": [
34       "~> 5.0"
35     ]
36   },
37   "swift_version": "5.0"