[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / 7 / DividableRange / 0.1.1 / DividableRange.podspec.json
blob61a7da942f4ad867eb290b0bf6eac66185c76345
2   "name": "DividableRange",
3   "version": "0.1.1",
4   "summary": "-infinity to +infinity ranges, divided by points of change",
5   "description": "-infinity to +infinity ranges, divided by points of change\n\nCreation is O(N*log(N))\nLookup is O(log(N))",
6   "homepage": "https://github.com/NeedMoreDesu/DividableRange.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleksii Horishnii": "oleksii.horishnii@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NeedMoreDesu/DividableRange.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DividableRange/Classes/**/*",
22   "pushed_with_swift_version": "3.0"