[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / c / ZXingObjC / 3.0.0 / ZXingObjC.podspec.json
blob4728432b9112a1206e349f2cbb83fc8c1d305fda
2   "name": "ZXingObjC",
3   "version": "3.0.0",
4   "summary": "An Objective-C Port of the ZXing barcode framework.",
5   "homepage": "https://github.com/TheLevelUp/ZXingObjC",
6   "authors": "ZXingObjC team",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "COPYING"
10   },
11   "source": {
12     "git": "https://github.com/TheLevelUp/ZXingObjC.git",
13     "tag": "3.0.0"
14   },
15   "requires_arc": true,
16   "xcconfig": {
17     "OTHER_LDFLAGS": "-ObjC"
18   },
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.8"
22   },
23   "ios": {
24     "frameworks": [
25       "AVFoundation",
26       "CoreGraphics",
27       "CoreMedia",
28       "CoreVideo",
29       "ImageIO",
30       "QuartzCore"
31     ]
32   },
33   "osx": {
34     "frameworks": [
35       "AVFoundation",
36       "CoreMedia",
37       "QuartzCore"
38     ]
39   },
40   "default_subspecs": [
41     "All"
42   ],
43   "subspecs": [
44     {
45       "name": "All",
46       "source_files": "ZXingObjC/**/*.{h,m}"
47     },
48     {
49       "name": "Aztec",
50       "dependencies": {
51         "ZXingObjC/Core": [
53         ]
54       },
55       "source_files": "ZXingObjC/aztec/**/*.{h,m}"
56     },
57     {
58       "name": "Core",
59       "source_files": [
60         "ZXingObjC/client/*.{h,m}",
61         "ZXingObjC/common/**/*.{h,m}",
62         "ZXingObjC/core/*.{h,m}",
63         "ZXingObjC/multi/*.{h,m}"
64       ]
65     },
66     {
67       "name": "DataMatrix",
68       "dependencies": {
69         "ZXingObjC/Core": [
71         ]
72       },
73       "source_files": "ZXingObjC/datamatrix/**/*.{h,m}"
74     },
75     {
76       "name": "MaxiCode",
77       "dependencies": {
78         "ZXingObjC/Core": [
80         ]
81       },
82       "source_files": "ZXingObjC/maxicode/**/*.{h,m}"
83     },
84     {
85       "name": "OneD",
86       "dependencies": {
87         "ZXingObjC/Core": [
89         ]
90       },
91       "source_files": [
92         "ZXingObjC/oned/**/*.{h,m}",
93         "ZXingObjC/client/result/*.{h,m}"
94       ]
95     },
96     {
97       "name": "QRCode",
98       "dependencies": {
99         "ZXingObjC/Core": [
101         ]
102       },
103       "source_files": "ZXingObjC/qrcode/**/*.{h,m}"
104     }
105   ]