blob: 0a05b7047adf0ea58b2bb966f4085682ce3454a4 [file] [log] [blame]
{
"name": "SimpleAlgorithms",
"version": "0.1.3",
"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.1.3"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/SimpleAlgorithmsTests/*.swift"
}
],
"swift_version": "5.0"
}