[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 7 / 4 / f / SwiftyDropbox / 1.0 / SwiftyDropbox.podspec.json
blobf936bbbf2b6cf052593e3ed68865e71621c7b230
2   "name": "SwiftyDropbox",
3   "version": "1.0",
4   "summary": "Dropbox Swift SDK for APIv2",
5   "homepage": "https://dropbox.com/developers/",
6   "license": "MIT",
7   "authors": {
8     "Ryan Pearl": "rpearl@dropbox.com"
9   },
10   "source": {
11     "git": "https://github.com/dropbox/SwiftyDropbox.git",
12     "tag": "1.0"
13   },
14   "source_files": "Source/*.{h,m,swift}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "dependencies": {
20     "Alamofire": [
21       "~> 2.0.2"
22     ]
23   }