[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / c / RandomKitBigInt / 1.1.0 / RandomKitBigInt.podspec.json
blob348604c2171648e28dad5b4495f37afa0d31865c
2   "name": "RandomKitBigInt",
3   "version": "1.1.0",
4   "summary": "Random generation of arbitrary-precision integers in Swift.",
5   "homepage": "https://github.com/nvzqz/RandomKitBigInt",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": [
11     "Nikolai Vazquez",
12     "Károly Lőrentey"
13   ],
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/nvzqz/RandomKitBigInt.git",
22     "tag": "v1.1.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "dependencies": {
26     "RandomKit": [
27       "~> 2.3.0"
28     ],
29     "BigInt": [
30       "~> 2.1.1"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"