[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 4 / f / SwiftyDropbox / 8.0.0 / SwiftyDropbox.podspec.json
blob4a7dddfb3fe91ebf810f5a5b17d3196fe35a7006
2   "name": "SwiftyDropbox",
3   "version": "8.0.0",
4   "summary": "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": "8.0.0"
13   },
14   "source_files": "Source/SwiftyDropbox/Shared/**/*.{swift,h,m}",
15   "osx": {
16     "source_files": "Source/SwiftyDropbox/Platform/SwiftyDropbox_macOS/**/*.{swift,h,m}",
17     "frameworks": [
18       "AppKit",
19       "WebKit",
20       "SystemConfiguration",
21       "Foundation"
22     ]
23   },
24   "ios": {
25     "source_files": "Source/SwiftyDropbox/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.1",
35   "platforms": {
36     "osx": "10.12",
37     "ios": "10.0"
38   },
39   "dependencies": {
40     "Alamofire": [
41       "~> 5.4.3"
42     ]
43   },
44   "swift_version": "5.1"