| { |
| "name": "BigInt", |
| "version": "1.2.2", |
| "platforms": { |
| "osx": "10.9", |
| "ios": "8.0", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "summary": "Arbitrary-precision arithmetic in pure Swift", |
| "homepage": "https://github.com/lorentey/BigInt", |
| "authors": "Károly Lőrentey", |
| "source": { |
| "git": "https://github.com/lorentey/BigInt.git", |
| "tag": "v1.2.2" |
| }, |
| "source_files": "Sources/*.swift", |
| "social_media_url": "https://twitter.com/lorentey", |
| "documentation_url": "http://lorentey.github.io/BigInt/api/" |
| } |