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