Example/Pods/Local Podspecs/JGAlgorithms.podspec.json
{ "name": "JGAlgorithms", "version": "0.0.2", "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.2" }, "platforms": { "ios": "9.3" }, "source_files": "JGAlgorithms/Classes/**/*"}