blob: 1ce9dbdc1c15838204e0318fb5963dc3201a1ade [file] [log] [blame]
{
"name": "Combinatorics",
"version": "1.2",
"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",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/almata/Combinatorics.git",
"tag": "1.2"
},
"source_files": "Combinatorics/**/*.{h,m,swift}",
"pushed_with_swift_version": "3.0"
}