[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / a / VLC-Dropbox-v1-SDK / 1.3.14v / VLC-Dropbox-v1-SDK.podspec.json
blob93ffede61dc8e8655da33cd87652fb7f7da27835
2   "name": "VLC-Dropbox-v1-SDK",
3   "version": "1.3.14v",
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.14v"
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   },
38   "frameworks": [
39     "Foundation",
40     "UIKit"
41   ],
42   "requires_arc": false