blob: b16466c785e332e8810d0112319d6e7de73f0185 [file] [log] [blame]
{
"name": "BigIntSwift",
"version": "1.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": "1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.0"
}