[Add] YIM 2.2.1
[CocoaPods.git] / Specs / d / 1 / 6 / JKBigInteger2 / 0.0.5 / JKBigInteger2.podspec.json
blobbefd62b2c1f88d67fc6857456d1132568df95305
2   "name": "JKBigInteger2",
3   "version": "0.0.5",
4   "requires_arc": true,
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/kirsteins/JKBigInteger",
10   "authors": "Jānis Kiršteins",
11   "summary": "Library for working with big integers in Objective-C.",
12   "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.",
13   "social_media_url": "https://twitter.com/janiskirsteins",
14   "source": {
15     "git": "https://github.com/astruts/JKBigInteger.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "JKBigInteger/**/*.{c,h,m}",
19   "platforms": {
20     "osx": null,
21     "ios": null,
22     "tvos": null,
23     "watchos": null
24   }