[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / d / b / BinarySearch / 1.0.0 / BinarySearch.podspec.json
blobeaa8c56167ae3d826af68800e189351047a6a385
2   "name": "BinarySearch",
3   "version": "1.0.0",
4   "summary": "Swift module for binary search in sorted collections. Supports searching for existing elements and insertion index.",
5   "description": "Swift module for binary search in sorted collections. Supports searching for existing elements and insertion index. There are additional options to specify if you are searching for the first, last, or any of the matching indexes.",
6   "homepage": "https://github.com/mkeiser/BinarySearch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mkeiser": "matthias@tristan-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/mkeiser/BinarySearch.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/*",
23   "pushed_with_swift_version": "3.0"