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