[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / a / libzbar / 1.3.4.1 / libzbar.podspec.json
blobb99d090b7c44e617a28cce144a0acfe694faf2ae
2   "name": "libzbar",
3   "version": "1.3.4.1",
4   "summary": "zbar lib for iOS",
5   "description": "zbar lib for iOS,scan barcode and qrcode",
6   "homepage": "https://github.com/John1261/libzbar",
7   "authors": {
8     "john": "john"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/John1261/libzbar.git",
19     "tag": "1.3.4.1"
20   },
21   "source_files": "libzbar/ZBarSDK/*.h",
22   "ios": {
23     "vendored_libraries": "libzbar/ZBarSDK/*.a"
24   },
25   "frameworks": [
26     "AVFoundation",
27     "CoreGraphics",
28     "CoreImage",
29     "CoreMedia",
30     "CoreVideo",
31     "QuartzCore"
32   ],
33   "libraries": "iconv",
34   "requires_arc": false