blob: 88ba6d232df4f158cd7a0a60c12d7e4ce89cb757 [file] [log] [blame]
{
"name": "Cloche",
"version": "0.1.0",
"summary": "Sorted collections written in pure Swift.",
"homepage": "https://github.com/atarashi-y/Cloche",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Yoshinori Atarashi": "yoshinori.atarashi@gmail.com"
},
"source": {
"git": "https://github.com/atarashi-y/Cloche.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/Cloche/*.swift",
"swift_version": "5.0"
}