blob: c578caefefa363d7c52a2286b88b2033083c6c5e [file] [log] [blame]
{
"name": "Vandelay",
"version": "1.0.0",
"swift_versions": [
"5.2"
],
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_version": "5.2"
}