[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / f / 3 / c / ZXingObjC / 2.0.1 / ZXingObjC.podspec.json
blob667bc4eceb0a212c8470e302832f50aabe9d1da0
2   "name": "ZXingObjC",
3   "version": "2.0.1",
4   "summary": "An Objective-C Port of ZXing.",
5   "homepage": "https://github.com/TheLevelUp/ZXingObjC",
6   "authors": "ZXing team (http://code.google.com/p/zxing/people/list) and TheLevelUp",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "COPYING"
10   },
11   "source": {
12     "git": "https://github.com/TheLevelUp/ZXingObjC.git",
13     "tag": "v2.0.1"
14   },
15   "source_files": "ZXingObjC/**/*.{h,m}",
16   "requires_arc": false,
17   "frameworks": [
18     "ImageIO",
19     "CoreGraphics",
20     "CoreVideo",
21     "CoreMedia",
22     "QuartzCore",
23     "AVFoundation",
24     "AudioToolbox"
25   ]