blob: b26445f58e551f821bea965312c6a649479ab8bc [file] [log] [blame]
{
"name": "NLCustomCamera",
"version": "0.1.3",
"summary": "自定义相机,功能支持拍摄视频(支持滤镜),照相(支持滤镜),三种模式选择(视频,拍照,二者结存)",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wzyinglong/NLCustomCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wzyinglong": "wz_yinglong@163.com"
},
"source": {
"git": "https://github.com/wzyinglong/NLCustomCamera.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "NLCustomCamera/Classes/**/*",
"resource_bundles": {
"NLCustomCamera": [
"NLCustomCamera/Assets/**/*"
]
},
"dependencies": {
"GPUImage": [
"~> 0.1.7"
],
"TZImagePickerController": [
],
"Masonry": [
],
"ZFPlayer": [
"~> 2.1.6"
],
"MJExtension": [
"~> 3.0.13"
],
"ReactiveObjC": [
]
}
}