{ | |
"name": "TBQuadTree", | |
"version": "0.0.2", | |
"summary": "Quad tree data structure build in C.", | |
"homepage": "https://github.com/theocalmes/TBQuadTree.git", | |
"license": "MIT", | |
"authors": { | |
"Theodore Calmes": "theo@thoughtbot.com" | |
}, | |
"source": { | |
"git": "https://github.com/theocalmes/TBQuadTree.git", | |
"tag": "0.0.2" | |
}, | |
"source_files": "TBQuadTree/**/*.{m,h}", | |
"requires_arc": true | |
} |