[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 3 / 1 / SwiftyKlotski / 0.1.1 / SwiftyKlotski.podspec.json
blobcf0653ad7673cccf5eafc14b5be2f55e03a71286
2   "name": "SwiftyKlotski",
3   "version": "0.1.1",
4   "summary": "Swift library for solving Klotski puzzle games with efficient algorithm.",
5   "description": "Klotski is a sliding block puzzle thought to have originated in the early\n20th century. This library works with varies of block settings, it helps you\nsolve the puzzle and return the minimum moves with efficient algorithm.",
6   "homepage": "https://github.com/jeantimex/SwiftyKlotski",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jeantimex": "jean.timex@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jeantimex/SwiftyKlotski.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftyKlotski/Classes/**/*"