blob: 324273fcbe085b9245b7dcef7666f2511f29fe11 [file] [log] [blame]
{
"name": "TinyDropbox",
"version": "1.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0"
},
"module_name": "TinyDropbox",
"swift_versions": "4.2",
"source_files": "TinyDropbox/Classes/**/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"TBDropboxKit": [
"= 1.2.3"
],
"BuchaSwift": [
"~> 1.1.1"
]
}
}