[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 7 / a / VLC-Dropbox-v1-SDK / 1.3.14w / VLC-Dropbox-v1-SDK.podspec.json
blobfb36b37cd795e788214219e8d722b4e0bb4f2a74
2   "name": "VLC-Dropbox-v1-SDK",
3   "version": "1.3.14w",
4   "summary": "The Dropbox v1 SDK for iOS and tvOS",
5   "description": "A fork of the v1 Dropbox SDK to add basic playback support on tvOS.",
6   "homepage": "https://code.videolan.org/fkuehne/VLC-Dropbox-v1-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "2010-2014 Dropbox (Evenflow, Inc.)": "api-support@dropbox.com",
13     "Felix Paul Kühne": "fkuehne@videolan.org"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://code.videolan.org/fkuehne/VLC-Dropbox-v1-SDK.git",
21     "tag": "1.3.14w"
22   },
23   "public_header_files": "DropboxSDK/Classes/DropboxSDK/*.h",
24   "prefix_header_file": "DropboxSDK/Classes/DropboxSDK_Prefix.pch",
25   "source_files": [
26     "DropboxSDK/Classes/**/*.{h,m}",
27     "DropboxSDK/Classes/**/*.{h,c}"
28   ],
29   "exclude_files": [
30     "DropboxSDK/Classes/DBKeychain-OSX.m",
31     "DropboxSDK/Classes/DBRestClient+OSX.m",
32     "DropboxSDK/Classes/DBAuthHelperOSX.m",
33     "DropboxSDK/Classes/DropboxSDK/MPOAuth.h"
34   ],
35   "tvos": {
36     "exclude_files": "DropboxSDK/Classes/DBConnectController.m",
37     "header_dir": "DropboxTVSDK"
38   },
39   "ios": {
40     "header_dir": "DropboxSDK"
41   },
42   "frameworks": [
43     "Foundation",
44     "UIKit"
45   ],
46   "requires_arc": false