[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / c / 8 / ObjectiveDropboxOfficial / 3.0.3 / ObjectiveDropboxOfficial.podspec.json
blobe15c53eb0f2e5091715625b14afeb811752eba58
2   "name": "ObjectiveDropboxOfficial",
3   "version": "3.0.3",
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.0.3"
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       "WebKit",
24       "SystemConfiguration",
25       "Foundation"
26     ]
27   },
28   "ios": {
29     "source_files": "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/**/*.{h,m}",
30     "public_header_files": "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/**/*.h",
31     "frameworks": [
32       "UIKit",
33       "WebKit",
34       "SystemConfiguration",
35       "Foundation"
36     ]
37   },
38   "requires_arc": true,
39   "platforms": {
40     "osx": "10.10",
41     "ios": "8.0"
42   },
43   "public_header_files": [
44     "Source/ObjectiveDropboxOfficial/Shared/**/*.h",
45     "Source/ObjectiveDropboxOfficial/Headers/Umbrella/*.h"
46   ]