[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 7 / d / f / KPathFinding / 0.1.0 / KPathFinding.podspec.json
blob0a7c654e686e92832d1827d80657181e90e49cc3
2   "name": "KPathFinding",
3   "version": "0.1.0",
4   "summary": "A simple pathfinding integration for SpriteKit and GameplayKit.",
5   "description": "This pod implements a djikstra's pathfinding algorithm optimized for SKTileMapNode.",
6   "homepage": "https://github.com/vitorsala/KPathFinding",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vitorsala": ""
13   },
14   "source": {
15     "git": "https://github.com/vitorsala/KPathFinding.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "KPathFinding/Classes/**/*",
23   "frameworks": [
24     "GameplayKit",
25     "SpriteKit"
26   ]