blob: f48871484487a8a141cd2f702a634015033279bd [file] [log] [blame]
{
"name": "ps1",
"version": "0.1.3",
"summary": "test pod for PS1 structures (Queue, Stack) that can be reused in PS2",
"description": "Queue and Stack structures, with accompanying methods",
"homepage": "https://github.com/nicholasluimy/ps1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nicholasluimy": "nicholasluimy@gmail.com"
},
"source": {
"git": "https://github.com/nicholasluimy/ps1.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ps1/Classes/**/*"
}