4 "summary": "Library for numbers of unlimited size",
5 "description": "This library has the BigNumber integer type, which is an integer type that has a dynamic size. The memory\nfor the integer type is dynamically allocated.",
6 "homepage": "https://github.com/SylvanM/BigNumber",
9 "Sylvan Martin": "alephnulltim@gmail.com"
14 "swift_versions": "5.0",
16 "git": "https://github.com/SylvanM/BigNumber.git",
19 "source_files": "BigNumber/**/*.{swift,h,m}",
20 "exclude_files": "Classes/Exclude",
21 "swift_version": "5.0"