[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 2 / b / LZCamera / 0.3.6 / LZCamera.podspec.json
blobe999bdfa21ec4fe08c2036a99deb3b75b1bfdcf2
2   "name": "LZCamera",
3   "version": "0.3.6",
4   "summary": "基于 AVFoundation 实现的摄像机功能",
5   "description": "基于 AVFoundation 实现的摄像机功能,共有三部分内容:\n1.核心功能实现部分。\n2.基于 Core 模块实现多媒体捕捉功能,包括:静态图片、短视频、长视频。\n3.基于 Core 模块实现机器码识别功能,机器码类型支持自定义。",
6   "homepage": "https://github.com/liLeiBest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lilei": "lilei0502@139.com"
13   },
14   "source": {
15     "git": "https://github.com/liLeiBest/LZCamera.git",
16     "tag": "0.3.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "AVFoundation",
23     "Foundation",
24     "UIKit"
25   ],
26   "source_files": "LZCamera/Classes/LZCamera.h",
27   "public_header_files": "LZCamera/Classes/LZCamera.h",
28   "prefix_header_contents": "#if DEBUG\n#define LZCameraLog(fmt, ...) NSLog((@\"%s [Line %d] \" fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n#else\n#define LZCameraLog(fmt, ...)\n#endif\n#define LZCameraNSBundle(bundleName) [NSBundle bundleWithPath:[[NSBundle bundleForClass:NSClassFromString(@\"LZCameraController\")] pathForResource:bundleName ofType:@\"bundle\"]]",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "LZCamera/Classes/Core/**/*.{h,m}",
33       "public_header_files": "LZCamera/Classes/Core/**/*.h"
34     },
35     {
36       "name": "MediaCapture",
37       "source_files": "LZCamera/Classes/Media/**/*.{h,m}",
38       "public_header_files": "LZCamera/Classes/Media/**/*.h",
39       "resources": "LZCamera/Classes/Media/Resources/LZCameraMedia.bundle",
40       "dependencies": {
41         "LZCamera/Core": [
43         ]
44       }
45     },
46     {
47       "name": "CodeCapture",
48       "source_files": "LZCamera/Classes/Code/**/*.{h,m}",
49       "public_header_files": "LZCamera/Classes/Code/**/*.h",
50       "resources": "LZCamera/Classes/Code/Resources/LZCameraCode.bundle",
51       "dependencies": {
52         "LZCamera/Core": [
54         ]
55       }
56     }
57   ]