blob: ebf81aa0be053c60b3589317b13a949fe6970b48 [file] [log] [blame]
{
"name": "JKBigInteger",
"version": "0.0.1",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"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\n a Objective-C wrapper around LibTomMath C library. It is inspired by the Java's BigInteger.\n",
"social_media_url": "https://twitter.com/janiskirsteins",
"source": {
"git": "https://github.com/kirsteins/JKBigInteger.git",
"tag": "0.0.1"
},
"source_files": "JKBigInteger/**/*.{c,h,m}"
}