blob: 606f1af98562dd2c3f12228ea83df4189fe43b06 [file] [log] [blame]
{
"name": "PathFinder",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PathFinder": [
"Pod/Assets/*.png"
]
}
}