blob: 8ca8134552f9a368e7adc56758d989084861fce3 [file] [log] [blame]
{
"name": "SQLeleCoder",
"version": "0.0.1",
"summary": "Extensions to insert/fetch Codable types in SQLite Databases.",
"description": "SQLeleCoder contains extensions to SQLele that enable you to serialize/\ndeserialize Codable types into/from your SQLite database with no extra work.",
"homepage": "https://github.com/ahti/SQLeleCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Stabe": "lukas@stabe.de"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/ahti/SQLeleCoder.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"SQLele": [
"~> 0.0.1"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"exclude_files": "Tests/LinuxMain.swift",
"frameworks": "XCTest"
}
]
}