| { |
| "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}" |
| ] |
| } |