[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 4 / LwScanningByZBar / 0.0.1 / LwScanningByZBar.podspec.json
blob2d652fd4a7728ba187dbb0c304d71607fff1788b
2   "name": "LwScanningByZBar",
3   "version": "0.0.1",
4   "summary": "集成二维码相关功能:扫描.识别.生成",
5   "description": "                       集成二维码相关功能:扫描,识别,生成.采用ZBar\n",
6   "homepage": "https://github.com/guakeliao/LwScanningByZBar",
7   "license": "MIT",
8   "authors": {
9     "guakeliao": "guakeliao@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/guakeliao/LwScanningByZBar.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/QRCostom/**/*.{h,m}",
21     "Pod/Classes/ZBarSDK/Headers/**/*"
22   ],
23   "resource_bundles": {
24     "LwScanningByZBar": [
25       "Pod/Classes/QRCostom/LwScanningByZBar.bundle/*.png"
26     ]
27   },
28   "vendored_libraries": "Pod/Classes/ZBarSDK/libzbar.a",
29   "frameworks": [
30     "CoreVideo",
31     "CoreTelephony",
32     "CoreMedia",
33     "CoreGraphics",
34     "AVFoundation",
35     "QuartzCore"
36   ],
37   "libraries": "iconv",
38   "dependencies": {
39     "TSMessages": [
40       "~> 0.9.12"
41     ],
42     "libqrencode": [
43       "~> 3.4.2"
44     ]
45   }