blob: df85cd4621ba1cd21f3aed578ee78681481c034c [file] [log] [blame]
{
"name": "POSDataStructures",
"version": "1.0.1",
"license": "MIT",
"summary": "Data Structures Collection. Contains only Binary Heap at that moment.",
"homepage": "https://github.com/pavelosipov/POSDataStructures",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSDataStructures.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "POSDataStructures/*.{h,m}",
"frameworks": "Foundation"
}