blob: 19a10ec269a7db7dd19cda450b220d7be81f6b00 [file] [log] [blame]
{
"name": "Vandelay",
"version": "0.8.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.8.1"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "Vandelay/**/*.{swift}"
}