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