blob: 07e880d5878fcda1526c4b64ba49bdddf9dc3619 [file] [log] [blame]
{
"name": "ps1-data-structures",
"version": "0.1.0",
"summary": "A cocoapod that contains simple data structures.",
"description": "This CocoaPod provides the simple data structures such as Stack and Queue, and Generators for breadth-first and depth-first traversal for a graph.",
"homepage": "https://github.com/edmundmok/ps1-data-structures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edmund Mok": "edmundmok@outlook.com"
},
"source": {
"git": "https://github.com/edmundmok/ps1-data-structures.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ps1-data-structures/Classes/**/*",
"pushed_with_swift_version": "3.0"
}