blob: 851eb7ac5ebbf392e715ebb289af31104b821156 [file] [log] [blame]
{
"name": "TJDropbox",
"version": "0.6",
"summary": "A Dropbox v2 client library written in Objective-C",
"description": "Dropbox provides a v2 SDK for iOS, but it's only compatible with Swift.",
"homepage": "https://github.com/timonus/TJDropbox",
"license": "BSD 3-clause \"New\" or \"Revised\" License",
"authors": "Tim Johnsen",
"source": {
"git": "https://github.com/timonus/TJDropbox.git",
"tag": "0.6"
},
"source_files": "TJDropbox/*.{h,m}",
"osx": {
"exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
},
"tvos": {
"exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
},
"watchos": {
"exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
}
}