[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 9 / f / 2 / JGAlgorithms / 0.0.1 / JGAlgorithms.podspec.json
blob9e7287cb01a73ef89aada9b8becf426f645a43da
2   "name": "JGAlgorithms",
3   "version": "0.0.1",
4   "summary": "Support advanced algorithms and data structures for iOS.",
5   "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!",
6   "homepage": "https://github.com/jugutier/JGAlgorithms",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julian Gutierrez Ferrara": "juliangutierrezferrara@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jugutier/JGAlgorithms.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JGAlgorithms/Classes/**/*"