Skip to content

Instantly share code, notes, and snippets.

@tnantoka
Last active June 10, 2016 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnantoka/a18e101e6fd458ed34354d53d6ae9b2a to your computer and use it in GitHub Desktop.
Save tnantoka/a18e101e6fd458ed34354d53d6ae9b2a to your computer and use it in GitHub Desktop.
{
"name": "Dropbox-iOS-SDK",
"version": "1.3.14",
"summary": "The Dropbox SDK for iOS.",
"homepage": "https://www.dropbox.com/developers/core/sdks/osx",
"authors": "Dropbox",
"source": {
"http": "https://www.dropbox.com/static/developers/dropbox-ios-sdk-1.3.14.zip"
},
"platforms": {
"ios": null
},
"source_files": "dropbox-ios-sdk-1.3.14/DropboxSDK.framework/Headers/*.h",
"preserve_paths": "dropbox-ios-sdk-1.3.14/DropboxSDK.framework",
"license": {
"type": "Copyright",
"file": "dropbox-ios-sdk-1.3.14/LICENSE"
},
"frameworks": [
"Security",
"QuartzCore",
"DropboxSDK"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Dropbox-iOS-SDK/dropbox-ios-sdk-1.3.14\""
},
"requires_arc": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment