blob: 9e7287cb01a73ef89aada9b8becf426f645a43da [file] [log] [blame]
{
"name": "JGAlgorithms",
"version": "0.0.1",
"summary": "Support advanced algorithms and data structures for iOS.",
"description": "Support advanced algorithms and data structures. Namely, Trees, graph and transversing algorithms. Fully implemented in native Objective-C, flexible to be used with your own objects by implementing comparators when necessary and tested!",
"homepage": "https://github.com/jugutier/JGAlgorithms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Gutierrez Ferrara": "juliangutierrezferrara@gmail.com"
},
"source": {
"git": "https://github.com/jugutier/JGAlgorithms.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JGAlgorithms/Classes/**/*"
}