blob: a09fdf32157ed827712e21b79c6e8c18896bd7d6 [file] [log] [blame]
{
"name": "Vandelay",
"version": "0.2.0",
"summary": "Vandelay is an importer/exporter for iOS.",
"description": "Vandelay is an importer / exporter for iOS, that can be used to import and \nexport data in various ways.\n\nVandelay supports exporting and importing strings, serialized JSON and iOS\nencoded NSData (e.g. if you have to export objects with data properties).",
"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": "Vandelay/Classes/**/*.{swift}"
}