[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 2 / b / LZCamera / 0.6.0 / LZCamera.podspec.json
blob0d86a3e572ecf68fc52744218a39e486a241a44f
2   "name": "LZCamera",
3   "version": "0.6.0",
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.6.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": [
22     "AVFoundation",
23     "Foundation",
24     "UIKit",
25     "Photos",
26     "CoreServices",
27     "CoreMedia"
28   ],
29   "source_files": "LZCamera/Classes/LZCamera.h",
30   "public_header_files": "LZCamera/Classes/LZCamera.h",
31   "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) bundleName.length ? [NSBundle bundleWithPath:[[NSBundle bundleForClass:NSClassFromString(@\"LZCameraController\")] pathForResource:bundleName ofType:@\"bundle\"]] :  [NSBundle bundleForClass:NSClassFromString(@\"LZCameraController\")]\n\n#import <AVFoundation/AVFoundation.h>\n#import <Photos/Photos.h>",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "LZCamera/Classes/Core/**/*.{h,m}",
36       "public_header_files": "LZCamera/Classes/Core/**/*.h"
37     },
38     {
39       "name": "MediaCapture",
40       "source_files": "LZCamera/Classes/Media/**/*.{h,m}",
41       "public_header_files": "LZCamera/Classes/Media/**/*.h",
42       "resources": "LZCamera/Classes/Media/Resources/LZCameraMedia.bundle",
43       "dependencies": {
44         "LZCamera/Core": [
46         ],
47         "LZCamera/Editor": [
49         ]
50       }
51     },
52     {
53       "name": "CodeCapture",
54       "source_files": "LZCamera/Classes/Code/**/*.{h,m}",
55       "public_header_files": "LZCamera/Classes/Code/**/*.h",
56       "resources": "LZCamera/Classes/Code/Resources/LZCameraCode.bundle",
57       "dependencies": {
58         "LZCamera/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Editor",
65       "source_files": "LZCamera/Classes/Editor/**/*.{h,m}",
66       "public_header_files": "LZCamera/Classes/Editor/**/*.h",
67       "resources": "LZCamera/Classes/Editor/Resources/LZCameraEditor.bundle",
68       "dependencies": {
69         "LZCamera/Core": [
71         ],
72         "LZDependencyToolkit/Object": [
74         ]
75       }
76     }
77   ]