[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / 6 / 9 / TJDropbox / 0.5 / TJDropbox.podspec.json
blobdca719fdd3184b952ef386e13f68449582bddcab
2   "name": "TJDropbox",
3   "version": "0.5",
4   "summary": "A Dropbox v2 client library written in Objective-C",
5   "description": "Dropbox provides a v2 SDK for iOS, but it's only compatible with Swift.",
6   "homepage": "https://github.com/timonus/TJDropbox",
7   "license": "BSD 3-clause \"New\" or \"Revised\" License",
8   "authors": "Tim Johnsen",
9   "source": {
10     "git": "https://github.com/timonus/TJDropbox.git",
11     "tag": "0.5"
12   },
13   "source_files": "TJDropbox/*.{h,m}",
14   "osx": {
15     "exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   }