blob: 1287fb7b10f0934197f3640689aa91af24d64e2b [file] [log] [blame]
{
"name": "TBDropboxKit",
"version": "1.1.5",
"summary": "Dropbox ObjC synchronization kit using API v2",
"description": "Stable version, core updated to ObjectiveDropboxOfficial 3.1.1.\nPlease refer to the readme in github. For some reason the cocoapods ignoring README.md :(\nThis framework provide basic two way synchronization functionality for dropbox and changes nofification in both ways.\nIt uses official dropbox API version 2 under the hood. It smoothes broken changes that official guys do every release.\nIt was written using SOLID principles in DRY mode\"",
"homepage": "https://github.com/truebucha/TBDropboxKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/TBDropboxKit.git",
"tag": "1.1.5"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "TBDropboxKit/Classes/**/*",
"public_header_files": "TBDropboxKit/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"ObjectiveDropboxOfficial": [
"~> 3.1"
],
"CDBKit": [
"~> 1.1"
],
"CDBDelegateCollection": [
"~> 1.1"
],
"TBLogger": [
"~> 1.1"
]
}
}