[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / f / 3 / c / ZXingObjC / 2.2.7 / ZXingObjC.podspec.json
blobd02f78626544f0f95afb67be369fe743e7226d25
2   "name": "ZXingObjC",
3   "version": "2.2.7",
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 2.0",
9     "file": "COPYING"
10   },
11   "source": {
12     "git": "https://github.com/TheLevelUp/ZXingObjC.git",
13     "tag": "2.2.7"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "ZXingObjC/**/*.{h,m}",
20   "requires_arc": true,
21   "frameworks": [
22     "ImageIO",
23     "CoreGraphics",
24     "CoreVideo",
25     "CoreMedia",
26     "QuartzCore",
27     "AVFoundation",
28     "AudioToolbox"
29   ]