[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 1 / 0 / BTree / 4.0.2 / BTree.podspec.json
blob3a09692e0eeab5ffd108f384c948d7a83e1cd841
2   "name": "BTree",
3   "version": "4.0.2",
4   "platforms": {
5     "osx": "10.9",
6     "ios": "8.0",
7     "tvos": "9.0",
8     "watchos": "2.0"
9   },
10   "summary": "Fast ordered collections for Swift using in-memory B-trees",
11   "authors": "Károly Lőrentey",
12   "homepage": "https://github.com/lorentey/BTree",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE.md"
16   },
17   "source": {
18     "git": "https://github.com/lorentey/BTree.git",
19     "tag": "v4.0.2"
20   },
21   "source_files": "Sources/*.swift",
22   "social_media_url": "https://twitter.com/lorentey",
23   "documentation_url": "http://lorentey.github.io/BTree/api/",
24   "pushed_with_swift_version": "3.0"