blob: dca719fdd3184b952ef386e13f68449582bddcab [file] [log] [blame]
{
"name": "TJDropbox",
"version": "0.5",
"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.5"
},
"source_files": "TJDropbox/*.{h,m}",
"osx": {
"exclude_files": "TJDropbox/TJDropboxAuthenticationViewController.{h,m}"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}