blob: 707a05f3b584dd4c15b608071cfa13ffae457a7b [file] [log] [blame]
{
"name": "VandelayDropbox",
"version": "0.4.0",
"summary": "Vandelay is an importer/exporter for iOS.",
"description": "VandelayDropbox adds Dropbox integrations to Vandelay, and lets you export\nstrings, serialized JSON and encoded NSData to your app's Dropbox 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.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "VandelayDropbox/Classes/**/*",
"dependencies": {
"SwiftyDropbox": [
"~> 4.0.2"
],
"Vandelay": [
"~> 0.4.0"
]
}
}