[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / c / 8 / ObjectiveDropboxOfficial / 3.9.0 / ObjectiveDropboxOfficial.podspec.json
blob96db5f864e6065858ce0f822aa66fd0782262c2c
2   "name": "ObjectiveDropboxOfficial",
3   "version": "3.9.0",
4   "summary": "Dropbox Objective C SDK for APIv2",
5   "homepage": "https://dropbox.com/developers/",
6   "license": "MIT",
7   "authors": {
8     "Stephen Cobbe": "scobbe@dropbox.com"
9   },
10   "source": {
11     "git": "https://github.com/dropbox/dropbox-sdk-obj-c.git",
12     "tag": "3.9.0"
13   },
14   "source_files": [
15     "Source/ObjectiveDropboxOfficial/Shared/**/*.{h,m}",
16     "Source/ObjectiveDropboxOfficial/Headers/**/*.h"
17   ],
18   "osx": {
19     "source_files": "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/**/*.{h,m}",
20     "public_header_files": "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/**/*.h",
21     "frameworks": [
22       "AppKit",
23       "SystemConfiguration",
24       "Foundation"
25     ]
26   },
27   "ios": {
28     "source_files": "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/**/*.{h,m}",
29     "public_header_files": "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/**/*.h",
30     "frameworks": [
31       "UIKit",
32       "SafariServices",
33       "SystemConfiguration",
34       "Foundation"
35     ]
36   },
37   "requires_arc": true,
38   "platforms": {
39     "osx": "10.10",
40     "ios": "9.0"
41   },
42   "public_header_files": [
43     "Source/ObjectiveDropboxOfficial/Shared/**/*.h",
44     "Source/ObjectiveDropboxOfficial/Headers/Umbrella/*.h"
45   ]