Last active
August 29, 2015 14:09
-
-
Save x2on/06c7241e958b5262c438 to your computer and use it in GitHub Desktop.
Dropbox-ios-dropins-sdk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Dropbox-iOS-Dropins-SDK", | |
"version": "1.2.1", | |
"summary": "The Dropbox SDK for iOS.", | |
"homepage": "https://www.dropbox.com/developers/core/sdks/osx", | |
"authors": "Dropbox", | |
"source": { | |
"http": "https://www.dropbox.com/developers/downloads/sdks/chooser/ios/dropbox-ios-dropins-sdk-1.2.1.zip" | |
}, | |
"platforms": { | |
"ios": null | |
}, | |
"source_files": "dropbox-ios-dropins-sdk-1.2.1/DBChooser.framework/Headers/*.h", | |
"preserve_paths": "dropbox-ios-dropins-sdk-1.2.1/DBChooser.framework", | |
"license": { | |
"type": "Copyright", | |
"file": "dropbox-ios-dropins-sdk-1.2.1/LICENSE" | |
}, | |
"frameworks": [ | |
"Security", | |
"QuartzCore", | |
"DropboxSDK" | |
], | |
"xcconfig": { | |
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Dropbox-iOS-Dropins-SDK/dropbox-ios-dropins-sdk-1.2.1\"" | |
}, | |
"requires_arc": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment