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