blob: e25dbd7816c70848eceaecf1b65da9c0713b1fcf [file] [log] [blame]
{
"name": "CS3217DataStructures",
"version": "0.1.0",
"summary": "A cool CocoaPod containing simple data structures!",
"description": "A simple CocoaPod that contains simple data structures such as Stack and Queue, and also Generators for \nBreadth-First orderr and Depth-First order traversal of a Graph.",
"homepage": "https://github.com/edmundmok/CS3217DataStructures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edmund Mok": "edmundmok@outlook.com"
},
"source": {
"git": "https://github.com/edmundmok/CS3217DataStructures.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CS3217DataStructures/Classes/**/*",
"pushed_with_swift_version": "3.0"
}