blob: 68d1f4a7f0ccd62c899a9d56a85aa9a4ca05fa47 [file] [log] [blame]
{
"name": "TinyDropbox",
"version": "1.1.0",
"summary": "Easy to use dropbox sync for swift coders [wrapper on TBDropboxKit]",
"description": "Easy to use dropbox sync for swift coders [wrapper on TBDropboxKit] Could list files, upload, download and\nwatching server changes",
"homepage": "https://github.com/truebucha/TinyDropbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/TinyDropbox.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "TinyDropbox/Classes/**/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"TBDropboxKit": [
"= 1.2.3"
],
"BuchaSwift": [
"= 1.1.0"
]
}
}