blob: ffcbae089cbb9da53369270242bb13509792f66a [file] [log] [blame]
{
"name": "HugeInt",
"version": "1.0.2",
"summary": "Pure swift huge int handler library (usually for incremental games).",
"description": "A simple, pure swift library to help handling of huge int values (usually in incremental games). Upper limit is only the memory of the device. Value displaying: 1 = 1, 1000 = 1a, 1000000 = 1b, etc... Supported operations: +, -, *, /, %, <<, >>. (Shifting shifts x digits which means multiplying or dividing by 1000ˆx, eg: 1a << 1 = 1b))",
"homepage": "https://github.com/PeterKovacs89/HugeInt",
"license": {
"type": "Apache License, Version 2.0",
"text": "Copyright 2018, gRPC Authors. All rights reserved.\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\nhttp://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
},
"authors": {
"PeterKovacs": "kope8899@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/PeterKovacs89/HugeInt.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"HugeInt/**/*.{swift}"
],
"exclude_files": "Classes/Exclude"
}