blob: fb36b37cd795e788214219e8d722b4e0bb4f2a74 [file] [log] [blame]
{
"name": "VLC-Dropbox-v1-SDK",
"version": "1.3.14w",
"summary": "The Dropbox v1 SDK for iOS and tvOS",
"description": "A fork of the v1 Dropbox SDK to add basic playback support on tvOS.",
"homepage": "https://code.videolan.org/fkuehne/VLC-Dropbox-v1-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"2010-2014 Dropbox (Evenflow, Inc.)": "api-support@dropbox.com",
"Felix Paul Kühne": "fkuehne@videolan.org"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source": {
"git": "https://code.videolan.org/fkuehne/VLC-Dropbox-v1-SDK.git",
"tag": "1.3.14w"
},
"public_header_files": "DropboxSDK/Classes/DropboxSDK/*.h",
"prefix_header_file": "DropboxSDK/Classes/DropboxSDK_Prefix.pch",
"source_files": [
"DropboxSDK/Classes/**/*.{h,m}",
"DropboxSDK/Classes/**/*.{h,c}"
],
"exclude_files": [
"DropboxSDK/Classes/DBKeychain-OSX.m",
"DropboxSDK/Classes/DBRestClient+OSX.m",
"DropboxSDK/Classes/DBAuthHelperOSX.m",
"DropboxSDK/Classes/DropboxSDK/MPOAuth.h"
],
"tvos": {
"exclude_files": "DropboxSDK/Classes/DBConnectController.m",
"header_dir": "DropboxTVSDK"
},
"ios": {
"header_dir": "DropboxSDK"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": false
}