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",
12 "Sylvan Martin": "alephnulltim@gmail.com"
15 "git": "https://github.com/SylvanM/BigNumber.git",
21 "swift_version": "5.0",
22 "source_files": "BigNumber/**/*.{swift,h,m}"