blob: 9b8a7e796cfd9678bd44c9a127fb49a83abcf40c [file] [log] [blame]
{
"name": "DBChooser",
"version": "1.1",
"source": {
"git": "https://github.com/dropbox/dropbox-ios-dropins-sdk.git",
"tag": "1.1"
},
"license": {
"type": "Unknown",
"file": "LICENSE"
},
"summary": "Add Dropbox to your app with a few lines of code.",
"authors": "Chris Varenhorst",
"homepage": "https://www.dropbox.com/developers/dropins",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"CoreFoundation",
"Foundation",
"UIKit"
],
"resources": "DBChooser.bundle",
"source_files": [
"DBChooser/*.{h,m}",
"DBChooser/UI/*.{h,m}"
]
}