[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / c / 8 / ObjectiveDropboxOfficial / 1.0.3 / ObjectiveDropboxOfficial.podspec.json
blobef5f532a619aff7bdcd9fa85319ea8a1910219c1
2   "name": "ObjectiveDropboxOfficial",
3   "version": "1.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": "1.0.3"
13   },
14   "osx": {
15     "source_files": [
16       "Source/ObjectiveDropboxOfficial/PlatformNeutral/**/*.{h,m}",
17       "Source/ObjectiveDropboxOfficial/PlatformDependent/macOS/*.{h,m}"
18     ],
19     "frameworks": [
20       "AppKit",
21       "Foundation"
22     ]
23   },
24   "ios": {
25     "source_files": [
26       "Source/ObjectiveDropboxOfficial/PlatformNeutral/**/*.{h,m}",
27       "Source/ObjectiveDropboxOfficial/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/ObjectiveDropboxOfficial/**/*.h"