blob: 5d90684b1935473a8ed066cd75b5b904cb799d33 [file] [log] [blame]
{
"name": "TBDropboxKit",
"version": "1.2.2",
"summary": "Dropbox ObjC synchronization kit using API v2",
"description": "Stable version, core updated to ObjectiveDropboxOfficial 3.8.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.\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.2.2"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "TBDropboxKit/Classes/**/*",
"public_header_files": "TBDropboxKit/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"ObjectiveDropboxOfficial": [
"~> 3.8.1"
],
"CDBKit": [
],
"CDBDelegateCollection": [
],
"TBLogger": [
]
}
}