blob: 6205d8a550381d2b0277414ceb9909a30d8211a9 [file] [log] [blame]
{
"name": "DCCamera",
"version": "1.0",
"summary": "A library for make a Camera.",
"description": "1. Create and Use Camera to take picture easily.",
"homepage": "https://github.com/txinhua/DCCamera",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": {
"gftang": "gftang@vcainfo.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/txinhua/DCCamera.git",
"tag": "1.0"
},
"source_files": "DCCamera/VCPictureTaker/*.{h,m}",
"resources": "DCCamera/VCPictureTaker/Resources/*",
"frameworks": "UIKit"
}