blob: e80227eb33c873368a21d0c365de15ddd249c75a [file] [log] [blame]
{
"name": "DIYCamera",
"version": "1.0.0",
"summary": "custom camera",
"description": "A custom Camera Demo,",
"homepage": "https://github.com/onelibra/DIYCamera",
"license": "MIT",
"authors": {
"yangbo": "yangbo@zgyjyx.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/onelibra/DIYCamera.git",
"tag": "1.0.0"
},
"source_files": [
"CamerDemo",
"CamerDemo/Camera/*.{h,m}"
],
"resources": "CamerDemo/Camera/*.{png,xib,nib,storyboard}",
"frameworks": [
"AVFoundation",
"CoreMotion",
"UIKit"
],
"dependencies": {
"NYXImagesKit": [
],
"Masonry": [
]
}
}