blob: 7cdcb891174c32d62471bec17298116c88b36167 [file] [log] [blame]
{
"name": "DBCamera-moolban",
"version": "2.4.1.2",
"summary": "DBCamera is a simple custom camera with AVFoundation",
"description": "DBCamera is a simple custom camera with AVFoundation, completely customizable.",
"homepage": "https://github.com/rws08/DBCamera-moolban",
"license": "MIT",
"authors": {
"Daniele Bogo": "me@bogodaniele.com"
},
"social_media_url": "http://bogodaniele.com",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/rws08/DBCamera-moolban.git",
"tag": "2.4.1.2"
},
"source_files": [
"DBCamera/Categories/*.{h,m}",
"DBCamera/Controllers/*.{h,m}",
"DBCamera/Headers/*.{h,m}",
"DBCamera/Managers/*.{h,m}",
"DBCamera/Objects/*.{h,m}",
"DBCamera/Views/*.{h,m}",
"DBCamera/Filters/*.{h,m}"
],
"resources": [
"DBCamera/Resources/*.{xib,xcassets}",
"DBCamera/Localizations/DBCamera.bundle",
"DBCamera/Filters/*.{acv}"
],
"frameworks": [
"AVFoundation",
"CoreMedia",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"GPUImage": [
"~> 0.1"
]
}
}