blob: edcbe0d3aaaed4caf423f9bf4d6d935f4e8cdf13 [file] [log] [blame]
{
"name": "SHBinarySearchForRange",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/shabib_hossain",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SHBinarySearchForRange/Classes/**/*",
"frameworks": "Foundation"
}