[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / f / 3 / c / ZXingObjC / 0.0.1 / ZXingObjC.podspec.json
blob1f92ff6eed33a17144d5ee31a2800ac4ab23e8a2
2   "name": "ZXingObjC",
3   "version": "0.0.1",
4   "summary": "A full Objective-C port of ZXing ('Zebra Crossing'), a Java barcode image processing library.",
5   "description": "    ZXingObjC is a full Objective-C port of ZXing (\"Zebra Crossing\"), a Java barcode image processing library. It is designed to be used on both iOS devices and in Mac applications.\n\n    The following barcodes are currently supported for both encoding and decoding:\n\n    * UPC-A and UPC-E\n    * EAN-8 and EAN-13\n    * Code 39\n    * Code 93\n    * Code 128\n    * ITF\n    * Codabar\n    * RSS-14 (all variants)\n    * QR Code\n    * Data Matrix\n    * Aztec ('beta' quality)\n    * PDF 417 ('alpha' quality)\n    \n    ZXingObjC currently has feature parity with ZXing version 2.0.\n",
6   "homepage": "https://github.com/TheLevelUp/ZXingObjC",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "COPYING"
10   },
11   "authors": "See https://github.com/TheLevelUp/ZXingObjC/blob/master/AUTHORS",
12   "source": {
13     "git": "https://github.com/TheLevelUp/ZXingObjC.git",
14     "commit": "9f4cb0ae92f57a3d0da8ede9571e8233b4b8dcea"
15   },
16   "source_files": [
17     "ZXingObjC",
18     "ZXingObjC/**/*.{h,m}"
19   ],
20   "frameworks": [
21     "AVFoundation",
22     "CoreGraphics",
23     "CoreVideo",
24     "ImageIO"
25   ],
26   "requires_arc": false