| { |
| "name": "PathFinder", |
| "version": "0.1.0", |
| "summary": "A library to solve maze path finding problem for Swift.", |
| "description": "This CocoaPod provides the ablilit to find a path for a maze.", |
| "homepage": "https://github.com/apuruni/PathFinder", |
| "license": "MIT", |
| "authors": { |
| "Apuruni": "apuruni@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/apuruni/PathFinder.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "PathFinder": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |