[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / c / b / 9 / ROBarcodeScanner / 1.0.0 / ROBarcodeScanner.podspec.json
blob9d723d653671af59614e307397892a9148757a6f
2   "name": "ROBarcodeScanner",
3   "version": "1.0.0",
4   "summary": "Scans different Barcodes and returns the result as String",
5   "description": "Scans different Barcodes and returns the result as String. Use the ROBarcodeScannerViewController for the View.\n",
6   "homepage": "https://github.com/prine/ROBarcodeScanner",
7   "license": "MIT",
8   "authors": {
9     "Robin Oster": "robin.oster@rascor.com"
10   },
11   "source": {
12     "git": "https://github.com/prine/ROBarcodeScanner.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/prinedev",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "resource_bundles": {
22     "ROBarcodeScanner": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "resources": [
27     "Source/*.Storyboard"
28   ]