blob: 42bf5cbc78e2736aa50113259f939aa280092402 [file] [log] [blame]
{
"name": "PathFinder2",
"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/PathFinder2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Apuruni": "apuruni@gmail.com"
},
"source": {
"git": "https://github.com/apuruni/PathFinder2.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PathFinder2/Classes/**/*",
"pushed_with_swift_version": "3.0"
}