blob: 4da4a51ab9ae22e482fea34d833a877bb8399c3c [file] [log] [blame]
{
"name": "ps1-data-structures",
"version": "0.1.1",
"summary": "A cool cocoapod with simple data structures.",
"description": "A cool CocoaPod that contains simple data structures such as Stack and Queue, and also Generators\nthat generate the Breadth-First and Depth-First order of 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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ps1-data-structures/Classes/**/*",
"pushed_with_swift_version": "3.0"
}