2 "name": "Combinatorics",
4 "summary": "Combinatorics contains functions to generate k-permutations and k-combinations (with or without repetition) of 'n' elements.",
5 "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.",
6 "homepage": "https://github.com/almata/Combinatorics",
12 "Albert Mata": "hello@albertmata.net"
14 "social_media_url": "http://twitter.com/almata",
19 "git": "https://github.com/almata/Combinatorics.git",
22 "source_files": "Combinatorics/**/*.{h,m,swift}"