[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 2 / 6 / RxQRScanner / 1.0.0 / RxQRScanner.podspec.json
blob32ca9075d68bcee931babf1a75916727bb1656b6
2   "name": "RxQRScanner",
3   "version": "1.0.0",
4   "swift_version": "4.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": "1.0.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       "~> 4.0"
32     ],
33     "RxCocoa": [
34       "~> 4.0"
35     ]
36   }