[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / 7 / 3 / 1 / SwiftyKlotski / 0.2.2 / SwiftyKlotski.podspec.json
blobde15b907c80199de0bed911e146156e8a4cd3855
2   "name": "SwiftyKlotski",
3   "version": "0.2.2",
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     "Yong Su": "jean.timex@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jeantimex/SwiftyKlotski.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftyKlotski/Classes/**/*",
22   "testspecs": [
23     {
24       "name": "Tests",
25       "test_type": "unit",
26       "source_files": "Example/Tests/*.swift",
27       "dependencies": {
28         "Quick": [
29           "1.3.4"
30         ],
31         "Nimble": [
32           "7.3.4"
33         ]
34       }
35     }
36   ]