blob: 94c713e8ef51b5793e9bf2a0230939ad6fccd68d [file] [log] [blame]
{
"name": "SHBinarySearchForRange",
"version": "0.1.1",
"summary": "A simple library to perform binary search to find the nearest double/float value from a double/float array for a given double/float.",
"description": "This cocoapod helps to find the nearest ceiling double/float value from a double/float array by performing a binary search operation.",
"homepage": "https://github.com/shabib87/SHBinarySearchForRange",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Shabibul Hossain": "shabib.sust@gmail.com"
},
"source": {
"git": "https://github.com/shabib87/SHBinarySearchForRange.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/shabib_hossain",
"platforms": {
"ios": "8.0"
},
"source_files": "SHBinarySearchForRange/Classes/**/*"
}