[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 5 / wBarCodeReader / 1.0.1 / wBarCodeReader.podspec.json
blobc2f17a00e7b90da01b86603662672912917d401b
2   "name": "wBarCodeReader",
3   "version": "1.0.1",
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.1"
24   },
25   "source_files": "BarCodeReader",
26   "requires_arc": true,
27   "swift_version": "5.3"