[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / e / SHBinarySearchForRange / 0.1.1 / SHBinarySearchForRange.podspec.json
blob94c713e8ef51b5793e9bf2a0230939ad6fccd68d
2   "name": "SHBinarySearchForRange",
3   "version": "0.1.1",
4   "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.",
5   "description": "This cocoapod helps to find the nearest ceiling double/float value from a double/float array by performing a binary search operation.",
6   "homepage": "https://github.com/shabib87/SHBinarySearchForRange",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ahmad Shabibul Hossain": "shabib.sust@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/shabib87/SHBinarySearchForRange.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/shabib_hossain",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SHBinarySearchForRange/Classes/**/*"