1{
2  "name": "JKBigInteger",
3  "version": "0.0.6",
4  "requires_arc": true,
5  "license": "MIT",
6  "homepage": "https://github.com/kirsteins/JKBigInteger",
7  "authors": "Jānis Kiršteins",
8  "summary": "Library for working with big integers in Objective-C.",
9  "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.",
10  "social_media_url": "https://twitter.com/janiskirsteins",
11  "source": {
12    "git": "https://github.com/kirsteins/JKBigInteger.git",
13    "commit": "04b6d6fbff445ecca1ccaa5ff498e7503d0d7c88"
14  },
15  "source_files": "JKBigInteger/**/*.{c,h,m}",
16  "platforms": {
17    "ios": "12.0"
18  }
19}
20