[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 6 / 9 / TJDropbox / 0.6 / TJDropbox.podspec.json
blob851eb7ac5ebbf392e715ebb289af31104b821156
2   "name": "TJDropbox",
3   "version": "0.6",
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.6"
12   },
13   "source_files": "TJDropbox/*.{h,m}",
14   "osx": {
15     "exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
16   },
17   "tvos": {
18     "exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
19   },
20   "watchos": {
21     "exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
22   },
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.9",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   }