blob: f2261a73d5bee3d62537458e175d967a8a5643fc [file] [log] [blame]
{
"name": "VandelayDropbox",
"version": "0.4.5",
"summary": "Vandelay is an importer/exporter for iOS.",
"description": "VandelayDropbox adds Dropbox integrations to Vandelay, and lets you export\nand import strings, serialized JSON and encoded NSData to and from a app's\nDropbox folder.",
"homepage": "https://github.com/danielsaidi/vandelay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@gmail.com"
},
"source": {
"git": "https://github.com/danielsaidi/vandelay.git",
"tag": "0.4.5"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "VandelayDropbox/Classes/**/*",
"dependencies": {
"SwiftyDropbox": [
],
"Vandelay": [
]
}
}