blob: b53982609c1e7d357b6252d813627a922ac7dfab [file] [log] [blame]
{
"name": "AVLTree",
"version": "0.0.2",
"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.2"
},
"source_files": "AVLTree/**/*.{h,m}",
"requires_arc": true
}