[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 8 / ObjectiveDropboxOfficial / 2.0.0 / ObjectiveDropboxOfficial.podspec.json
blob0a206b105facb7ff0c23a3626a956bdaf19be7df
2   "name": "ObjectiveDropboxOfficial",
3   "version": "2.0.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": "2.0.0"
13   },
14   "osx": {
15     "source_files": [
16       "Source/ObjectiveDropboxOfficial/Shared/**/*.{h,m}",
17       "Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/**/*.{h,m}"
18     ],
19     "public_header_files": [
20       "Source/ObjectiveDropboxOfficial/Shared/**/*.h",
21       "Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/**/*.h"
22     ],
23     "frameworks": [
24       "AppKit",
25       "WebKit",
26       "SystemConfiguration",
27       "Foundation"
28     ]
29   },
30   "ios": {
31     "source_files": [
32       "Source/ObjectiveDropboxOfficial/Shared/**/*.{h,m}",
33       "Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/**/*.{h,m}"
34     ],
35     "public_header_files": [
36       "Source/ObjectiveDropboxOfficial/Shared/**/*.h",
37       "Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/**/*.h"
38     ],
39     "frameworks": [
40       "UIKit",
41       "WebKit",
42       "SystemConfiguration",
43       "Foundation"
44     ]
45   },
46   "requires_arc": true,
47   "platforms": {
48     "osx": "10.10",
49     "ios": "8.0"
50   }