[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 5 / wBarCodeReader / 1.0.3 / wBarCodeReader.podspec.json
blob8d515930fac4f7ff090de19d1f64e018b44835f0
2   "name": "wBarCodeReader",
3   "version": "1.0.3",
4   "summary": "Lightweight library which allows reading various barcode types on iOS devices.",
5   "swift_versions": "5.3",
6   "description": "Lightweight library which allows reading various barcode types on iOS devices. Supported barcode types are included in AVMetadataObject.ObjectType: https://developer.apple.com/documentation/avfoundation/avmetadataobject/objecttype.",
7   "homepage": "https://github.com/Narmo/BarCodeReader",
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Nik Dyonin": "nik@brite-apps.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "ios": {
19     "frameworks": "UIKit"
20   },
21   "source": {
22     "git": "https://github.com/Narmo/BarCodeReader.git",
23     "tag": "1.0.3"
24   },
25   "source_files": "BarCodeReader",
26   "requires_arc": true,
27   "swift_version": "5.3"