[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 7 / 6 / 9 / BarcodeReader / 1.0.0 / BarcodeReader.podspec.json
blobb2ac3d51b4b077b82a521c0a743b2f01186761e0
2   "name": "BarcodeReader",
3   "version": "1.0.0",
4   "summary": "A simple barcode reader UIView subclass.",
5   "description": "Simply create a UIView in interface builder and assign custom class BarcodeReaderView. Assign delegate and get output in barcodeOutput(). call startReader() on this view.",
6   "homepage": "https://github.com/tmukammel/BarcodeReader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tmukammel": "t.mukammel@aol.com"
13   },
14   "source": {
15     "git": "https://github.com/tmukammel/BarcodeReader.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BarcodeReader/Classes/**/*",
22   "pushed_with_swift_version": "3.0"