blob: bf0da8d60406679062bb8d2d49ecdbbecb885242 [file] [log] [blame]
{
"name": "DBCamera",
"version": "2.3.16",
"summary": "DBCamera is a simple custom camera with AVFoundation",
"description": " DBCamera is a simple custom camera with AVFoundation, completely customizable.\n",
"homepage": "https://github.com/danielebogo/DBCamera",
"license": "MIT",
"authors": {
"Daniele Bogo": "me@bogodaniele.com"
},
"social_media_url": "http://bogodaniele.com",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/danielebogo/DBCamera.git",
"tag": "2.3.16"
},
"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/Filters/*.{acv}"
],
"frameworks": [
"AVFoundation",
"CoreMedia",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"GPUImage": [
"~> 0.1"
]
}
}