blob: e40f7ef4d0fc91abc3bb26410993e440c0e25dcf [file] [log] [blame]
{
"name": "BigIntSwift",
"version": "0.0.1",
"summary": "Implementation of Big Integer for Swift",
"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.",
"homepage": "https://github.com/descorp/SwiftBigInteger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladimir Abramichev": "vladimir.abramichev@mail.ru"
},
"source": {
"git": "https://github.com/descorp/SwiftBigInteger.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "Source/**/*",
"preserve_paths": "README*",
"pushed_with_swift_version": "3.0"
}