blob: 1e0a4b87d12fcf24b7bd9633703779a799306623 [file] [log] [blame]
{
"name": "DBCamera",
"version": "0.5",
"license": "MIT",
"summary": "DBCamera is a simple custom camera with AVFoundation",
"homepage": "https://github.com/danielebogo/DBCamera",
"authors": {
"Daniele Bogo": "daniele@paperstreetsoapdesign.com"
},
"source": {
"git": "https://github.com/danielebogo/DBCamera.git",
"tag": "0.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DBCamera/*.{h,m}",
"resources": "Example/DBCamera/*.{xib,xcassets}",
"frameworks": "AVFoundation"
}