blob: 8f87eea6f4690efb033e05cbc6d18b8de2d8a9b7 [file] [log] [blame]
{
"name": "DZCamera",
"version": "0.1.0",
"summary": "DZCamera基于AVFoundation的拍照组件,界面易于扩展和自定义",
"description": " DZCamera基于AVFoundation的拍照组件,界面易于扩展和自定义。是否从设计那里拿来了设计稿,结果发现相机的界面和系统的完全不一样,基于ImagePicker来改造界面也非常啰嗦。那么可以试一下DZCamera。\n This a project in progress。\n 目前版本已经完成了相机的基本功能,还有一些细节需要调节一下。\n\n",
"homepage": "https://github.com/yishuiliunian/DZCamera",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/DZCamera.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DZCamera": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"DZGeometryTools": [
],
"DZCache": [
],
"GPUImage": [
]
}
}