[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / c / 2 / Combinatorics / 1.0 / Combinatorics.podspec.json
blob965bfbdb8279653e33917486e9d81539880857c6
2   "name": "Combinatorics",
3   "version": "1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Albert Mata": "hello@albertmata.net"
13   },
14   "social_media_url": "http://twitter.com/almata",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/almata/Combinatorics.git",
20     "tag": "1.0"
21   },
22   "source_files": "Combinatorics/**/*.{h,m,swift}"