blob: 9e225c7e811754f8d00688e67a6749643eb0ba2c [file] [log] [blame]
{
"name": "VandelayDropbox",
"version": "0.4.6",
"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.6"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "VandelayDropbox/Classes/**/*",
"dependencies": {
"SwiftyDropbox": [
],
"Vandelay": [
]
}
}