blob: d28694f0c8eab60d272cc51f0236f7a13939fe97 [file] [log] [blame]
{
"name": "TinyDropbox",
"version": "1.0.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.0.0"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "9.0"
},
"source_files": "TinyDropbox/Classes/**/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"TBDropboxKit": [
"~> 1.1"
],
"BuchaSwift": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.0"
}