blob: 965bfbdb8279653e33917486e9d81539880857c6 [file] [log] [blame]
{
"name": "Combinatorics",
"version": "1.0",
"summary": "Combinatorics contains functions to generate k-permutations and k-combinations (with or without repetition) of 'n' elements.",
"description": "Combinatorics contains static functions to generate k-permutations and k-combinations (in both cases either with or without repetition) of the 'n' elements in an array.",
"homepage": "https://github.com/almata/Combinatorics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Albert Mata": "hello@albertmata.net"
},
"social_media_url": "http://twitter.com/almata",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/almata/Combinatorics.git",
"tag": "1.0"
},
"source_files": "Combinatorics/**/*.{h,m,swift}"
}