[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 7 / 4 / f / SwiftyDropbox / 5.1.0 / SwiftyDropbox.podspec.json
blob46898b06a3f62e66a2ff6175b93a3d32e436abdb
2   "name": "SwiftyDropbox",
3   "version": "5.1.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": "5.1.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_version": "4.2",
35   "platforms": {
36     "osx": "10.11",
37     "ios": "9.0"
38   },
39   "dependencies": {
40     "Alamofire": [
41       "~> 4.8.2"
42     ]
43   }