[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / 2 / BigNumber / 0.0.4 / BigNumber.podspec.json
blob65cab49b980241f365fe103d0004da4837116519
2   "name": "BigNumber",
3   "version": "0.0.4",
4   "summary": "Allows for use of large (2048-bit and up) numbers in Swift",
5   "description": "Implements a protocol called BigNumber which can be easily conformed to, and this basically allows\nfor the use of really big numbers like 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF and stuff.\nThis library uses the Little-Endian format.",
6   "homepage": "https://github.com/SylvanM/BigNumber",
7   "license": {
8     "type": "GPL-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sylvan Martin": "alephnulltim@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SylvanM/BigNumber.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "BigNumber/**/*.{swift,h,m}"