blob: 167b360744f14489a2e08760848806386be6ad5f [file] [log] [blame]
{
"name": "DSKitc",
"version": "0.1.0",
"summary": "Data Structures written in Swift.",
"description": "DSKit is a Framework of Data Structures written in Swift.",
"homepage": "https://github.com/Li-Bot/DSKit",
"license": {
"type": "GNU GPLv3",
"file": "LICENSE"
},
"authors": {
"Libor Polehna": "polehna.libor@gmail.com"
},
"source": {
"git": "https://github.com/Li-Bot/DSKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.{h,m,swift}",
"frameworks": "Foundation",
"swift_version": "5.0"
}