4 "summary": "Implementation of Big Integer for Swift",
5 "description": "Library to perform arithmetical operations on integer values of enormous size.\nPod provides basic arithmetical operation with Big Integer values like addition, multiplication and substraction.",
6 "homepage": "https://github.com/descorp/SwiftBigInteger",
12 "Vladimir Abramichev": "vladimir.abramichev@mail.ru"
15 "git": "https://github.com/descorp/SwiftBigInteger.git",
22 "pod_target_xcconfig": {
23 "SWIFT_VERSION": "3.0"
25 "source_files": "Source/**/*",
26 "preserve_paths": "README*",
27 "pushed_with_swift_version": "3.0"