[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / 5 / b / BigInt / 2.1.1 / BigInt.podspec.json
blob513fce891cb19601f2e7f0ecfb1eecbc46d6ff46
2   "name": "BigInt",
3   "version": "2.1.1",
4   "platforms": {
5     "ios": "8.0",
6     "osx": "10.9",
7     "tvos": "9.0",
8     "watchos": "2.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE.md"
13   },
14   "summary": "Arbitrary-precision arithmetic in pure Swift",
15   "homepage": "https://github.com/lorentey/BigInt",
16   "authors": "Károly Lőrentey",
17   "source": {
18     "git": "https://github.com/lorentey/BigInt.git",
19     "tag": "v2.1.1"
20   },
21   "source_files": "sources/*.swift",
22   "social_media_url": "https://twitter.com/lorentey",
23   "documentation_url": "http://lorentey.github.io/BigInt/",
24   "dependencies": {
25     "SipHash": [
26       "~> 1.1"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"