blob: b889be6fa25c85da170132b42821f5bf4c6e466e [file] [log] [blame]
{
"name": "Vandelay",
"version": "0.7.1",
"summary": "Vandelay is an iOS importer/exporter.",
"description": "Vandelay is a Swift library that can be used to import and export\nsting and data to/from iOS apps. It supports strings, Codable and\nData (to be used for more complex objects, image data etc.).",
"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.7.1"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "Vandelay/**/*.{swift}"
}