[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 7 / 4 / f / SwiftyDropbox / 4.0.5 / SwiftyDropbox.podspec.json
blob727d13176ebc642d3de9e27419123a60bd2d24e9
2   "name": "SwiftyDropbox",
3   "version": "4.0.5",
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": "4.0.5"
13   },
14   "osx": {
15     "source_files": [
16       "Source/SwiftyDropbox/PlatformNeutral/**/*.{swift,h}",
17       "Source/SwiftyDropbox/SwiftyDropbox_macOS/**/*.{swift,h}"
18     ],
19     "frameworks": [
20       "AppKit",
21       "Webkit",
22       "SystemConfiguration",
23       "Foundation"
24     ]
25   },
26   "ios": {
27     "source_files": [
28       "Source/SwiftyDropbox/PlatformNeutral/**/*.{swift,h}",
29       "Source/SwiftyDropbox/SwiftyDropbox_iOS/**/*.{swift,h}"
30     ],
31     "frameworks": [
32       "UIKit",
33       "Webkit",
34       "SystemConfiguration",
35       "Foundation"
36     ]
37   },
38   "requires_arc": true,
39   "platforms": {
40     "osx": "10.11",
41     "ios": "9.0"
42   },
43   "dependencies": {
44     "Alamofire": [
45       "~> 4.0.0"
46     ]
47   }