[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 3 / 0 / SwiftyDropboxObjC / 10.0.0 / SwiftyDropboxObjC.podspec.json
blob5513b2fdaec26d4afe700b12ac4664838df13b28
2   "name": "SwiftyDropboxObjC",
3   "version": "10.0.0",
4   "summary": "Objective-C Wrapper for Dropbox Swift SDK for API v2",
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/SwiftyDropbox.git",
12     "tag": "10.0.0"
13   },
14   "source_files": "Source/SwiftyDropboxObjC/Shared/**/*.{swift,h,m}",
15   "osx": {
16     "source_files": "Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_macOS/**/*.{swift,h,m}",
17     "frameworks": [
18       "AppKit",
19       "WebKit",
20       "SystemConfiguration",
21       "Foundation"
22     ]
23   },
24   "ios": {
25     "source_files": "Source/SwiftyDropboxObjC/Platform/SwiftyDropbox_iOS/**/*.{swift,h,m}",
26     "frameworks": [
27       "UIKit",
28       "WebKit",
29       "SystemConfiguration",
30       "Foundation"
31     ]
32   },
33   "requires_arc": true,
34   "swift_versions": "5.6",
35   "platforms": {
36     "osx": "10.13",
37     "ios": "11.0"
38   },
39   "dependencies": {
40     "SwiftyDropbox": [
41       "~> 10.0.0"
42     ]
43   },
44   "swift_version": "5.6"