blob: 61a7da942f4ad867eb290b0bf6eac66185c76345 [file] [log] [blame]
{
"name": "DividableRange",
"version": "0.1.1",
"summary": "-infinity to +infinity ranges, divided by points of change",
"description": "-infinity to +infinity ranges, divided by points of change\n\nCreation is O(N*log(N))\nLookup is O(log(N))",
"homepage": "https://github.com/NeedMoreDesu/DividableRange.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleksii Horishnii": "oleksii.horishnii@gmail.com"
},
"source": {
"git": "https://github.com/NeedMoreDesu/DividableRange.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DividableRange/Classes/**/*",
"pushed_with_swift_version": "3.0"
}