blob: afaea2dee7472cd6bec5b9e3081d8c03190c71ea [file] [log] [blame]
{
"name": "DBCamera",
"version": "2.2.1",
"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": "2.2.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"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}"
],
"resources": [
"DBCamera/Resources/*.{xib,xcassets}",
"DBCamera/Localizations/**"
],
"frameworks": [
"AVFoundation",
"CoreMedia"
]
}