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