[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 2 / 6 / e / Cocoa-Touch-Barcodes / 0.0.1 / Cocoa-Touch-Barcodes.podspec.json
blob8aca5883a0d7b5ddaf07daf3bdca3bfa3ff42b76
2   "name": "Cocoa-Touch-Barcodes",
3   "version": "0.0.1",
4   "summary": "A set of classes for generating two-dimensional barcodes",
5   "description": "  This is a fork of Jeff Lamarche's Cocoa Barcodes project, with the code modified to work on the iPhone and iPad. In my testing, a CCD and laser scanner can read UPC and Code 128 barcodes directly from the screen w/ no issue. I haven't tested other barcodes yet.\n",
6   "homepage": "https://github.com/netshade/Cocoa-Touch-Barcodes",
7   "license": {
8     "type": "MIT",
9     "text": ""
10   },
11   "authors": [
12     "Jeff Lamarche",
13     "Chris Zelenak"
14   ],
15   "source": {
16     "git": "https://github.com/netshade/Cocoa-Touch-Barcodes.git",
17     "commit": "7d96a060d01ff95ab7f0fb65a44421eb4fbfffa3"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": false,
23   "source_files": [
24     "NKD*.{h,m}",
25     "UI*.{h,m}",
26     "NS*.{h,m}"
27   ]