[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / d / 3 / QRCodeScanner83 / 0.0.1 / QRCodeScanner83.podspec.json
blobd620c65e15097349772dc1e7f96483fb8174984a
2   "name": "QRCodeScanner83",
3   "version": "0.0.1",
4   "summary": "Simple and extendable QR code/barcode/etc. scanner for iOS apps.",
5   "homepage": "https://github.com/seriyvolk83/QRCodeScanner",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "seriyvolk83": "volk@frgroup.ru"
11   },
12   "requires_arc": true,
13   "swift_versions": "5.0",
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/seriyvolk83/QRCodeScanner.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "Source/*.swift",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/*.swift"
27     }
28   ],
29   "swift_version": "5.0"