[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / f / d / a / libzbar / 1.3.3 / libzbar.podspec.json
blob27be417e6bdef47988ed7b7855e78d4c32923a25
2   "name": "libzbar",
3   "version": "1.3.3",
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.3"
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