[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 7 / 4 / f / SwiftyDropbox / 4.0.4 / SwiftyDropbox.podspec.json
blob654633432f3d3fcd68eceec63b34b64d46ab950e
2   "name": "SwiftyDropbox",
3   "version": "4.0.4",
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.4"
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       "Foundation"
22     ]
23   },
24   "ios": {
25     "source_files": [
26       "Source/SwiftyDropbox/PlatformNeutral/**/*.{swift,h}",
27       "Source/SwiftyDropbox/SwiftyDropbox_iOS/**/*.{swift,h}"
28     ],
29     "frameworks": [
30       "UIKit",
31       "Foundation"
32     ]
33   },
34   "requires_arc": true,
35   "platforms": {
36     "osx": "10.11",
37     "ios": "9.0"
38   },
39   "dependencies": {
40     "Alamofire": [
41       "~> 4.0.0"
42     ]
43   }