blob: 922632d5d6ab9881e8d852d4ed8b19572d3d947c [file] [log] [blame]
{
"name": "SimpleAlgorithms",
"version": "0.0.8",
"summary": "Algorithms",
"description": "Simple linear search and sorting algorithms",
"homepage": "https://github.com/kamsebgoralski/SimpleAlgorithms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamil Góralski": "kamsebgoralski@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/kamsebgoralski/SimpleAlgorithms.git",
"tag": "0.0.8"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/SimpleAlgorithmsTests/*.swift"
}
],
"swift_version": "5.0"
}