{
  "name": "JKBigInteger",
  "version": "0.0.6",
  "requires_arc": true,
  "license": "MIT",
  "homepage": "https://github.com/kirsteins/JKBigInteger",
  "authors": "Jānis Kiršteins",
  "summary": "Library for working with big integers in Objective-C.",
  "description": "JKBigInteger is a small library to facilitate easy working with big integers in Objective-C. JKBigInteger is\na Objective-C wrapper around LibTomMath C library. It is inspired by the Java's BigInteger.",
  "social_media_url": "https://twitter.com/janiskirsteins",
  "source": {
    "git": "https://github.com/kirsteins/JKBigInteger.git",
    "commit": "04b6d6fbff445ecca1ccaa5ff498e7503d0d7c88"
  },
  "source_files": "JKBigInteger/**/*.{c,h,m}",
  "platforms": {
    "ios": "12.0"
  }
}
