blob: 3ef47e39bfe4aa6707cbc9151351b3426b49f8ce [file] [log] [blame]
{
"name": "DBCamera",
"version": "0.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": "0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DBCamera/*.{h,m}",
"resources": "Example/DBCamera/*.{xib,xcassets}",
"frameworks": "AVFoundation"
}