blob: 2eec4b354fffd3a2a7d53a9c8961c0bc6bd0002f [file] [log] [blame]
{
"name": "VandelayDropbox",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "8.0"
},
"source_files": "VandelayDropbox/Classes/**/*",
"dependencies": {
"SwiftyDropbox": [
"~> 3.0.0"
],
"Vandelay": [
"~> 0.2.0"
]
}
}