[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / d / PathFinder / 0.2.0 / PathFinder.podspec.json
blob606f1af98562dd2c3f12228ea83df4189fe43b06
2   "name": "PathFinder",
3   "version": "0.2.0",
4   "summary": "A library to solve maze path finding problem for Swift.",
5   "description": "This CocoaPod provides the ablilit to find a path for a maze.",
6   "homepage": "https://github.com/apuruni/PathFinder",
7   "license": "MIT",
8   "authors": {
9     "Apuruni": "apuruni@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/apuruni/PathFinder.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PathFinder": [
22       "Pod/Assets/*.png"
23     ]
24   }