blob: 483aaf3ea7a27630f49bd7be036465216d42fcbb [file] [log] [blame]
{
"name": "DSKitc",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.{h,m,swift}",
"frameworks": "Foundation",
"swift_version": "5.0"
}