[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 4 / f / SwiftyDropbox / 1.0.2 / SwiftyDropbox.podspec.json
blob1aadd2f579a8dcad5ba9e02a5b20723b1bac3207
2   "name": "SwiftyDropbox",
3   "version": "1.0.2",
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.2"
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   }