blob: 3d18d7e26490faafe5005ae88c313aee7bf4f13d [file] [log] [blame]
{
"name": "AVLTree",
"version": "0.0.1",
"summary": "Objective-C implementation of an avl tree.",
"homepage": "https://github.com/StephanPartzsch/AVLTree",
"license": "MIT",
"authors": {
"Stephan Partzsch": "coding@stephan-partzsch.de"
},
"source": {
"git": "https://github.com/StephanPartzsch/AVLTree.git",
"tag": "0.0.1"
},
"source_files": "AVLTree/**/*.{h,m}",
"requires_arc": true
}