[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 8 / ObjectiveDropboxOfficial / 1.0.0 / ObjectiveDropboxOfficial.podspec.json
blob9873523cf426669186ad5543ef8b1cb04c531c02
2   "name": "ObjectiveDropboxOfficial",
3   "version": "1.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": "1.0.0"
13   },
14   "osx": {
15     "source_files": [
16       "Source/PlatformNeutral/**/*.{h,m}",
17       "Source/PlatformDependent/OSX/*.{h,m}"
18     ],
19     "frameworks": [
20       "AppKit",
21       "Foundation"
22     ]
23   },
24   "ios": {
25     "source_files": [
26       "Source/PlatformNeutral/**/*.{h,m}",
27       "Source/PlatformDependent/iOS/*.{h,m}"
28     ],
29     "frameworks": [
30       "UIKit",
31       "Webkit",
32       "Foundation"
33     ]
34   },
35   "requires_arc": true,
36   "platforms": {
37     "osx": "10.10",
38     "ios": "8.0"
39   },
40   "public_header_files": "Source/**/*.h"