blob: 9e9c1b77105de989fead799445151b1b297e7b78 [file] [log] [blame]
{
"name": "SimpleAlgorithms",
"version": "0.0.4",
"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": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/kamsebgoralski/SimpleAlgorithms.git",
"tag": "v0.0.4"
},
"source_files": "SimpleAlgorithms/Sources/*.swift",
"exclude_files": "SimpleAlgorithms/**/*.plist",
"requires_arc": true,
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "SimpleAlgorithmsTests/*.swift"
}
],
"swift_version": "5.0"
}