[Add] CZarSDK 1.1.12-test06
[CocoaPods.git] / Specs / f / 3 / c / ZXingObjC / 2.2.1 / ZXingObjC.podspec.json
blobe0c5f24af9c40ac373ae106fa23814e89a77655b
2   "name": "ZXingObjC",
3   "version": "2.2.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 2.0",
9     "file": "COPYING"
10   },
11   "source": {
12     "git": "https://github.com/TheLevelUp/ZXingObjC.git",
13     "tag": "2.2.1"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "ZXingObjC/**/*.{h,m}",
20   "requires_arc": true,
21   "ios": {
22     "frameworks": [
23       "ImageIO",
24       "CoreGraphics",
25       "CoreVideo",
26       "CoreMedia",
27       "QuartzCore",
28       "AVFoundation",
29       "AudioToolbox"
30     ]
31   },
32   "osx": {
33     "frameworks": [
34       "CoreVideo",
35       "CoreMedia",
36       "QuartzCore",
37       "QTKit",
38       "ApplicationServices"
39     ]
40   }