blob: 08d9995411d0de4ca1c3cc94d51ab88a46414af0 [file] [log] [blame]
{
"name": "DBCamera",
"version": "0.9",
"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.9"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "DBCamera/*.{h,m}",
"resources": [
"DBCamera/Resources/*.{xib,xcassets}",
"DBCamera/Localizations/**"
],
"frameworks": "AVFoundation"
}