[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / b / BigIntSwift / 1.0.1 / BigIntSwift.podspec.json
blobb16466c785e332e8810d0112319d6e7de73f0185
2   "name": "BigIntSwift",
3   "version": "1.0.1",
4   "summary": "Implementation of Big Integer for Swift",
5   "description": "Library to perform arithmetical operations on integer values of enormous size.\nPod provides basic arithmetical operation with Big Integer values like addition, multiplication and substraction.",
6   "homepage": "https://github.com/descorp/SwiftBigInteger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vladimir Abramichev": "vladimir.abramichev@mail.ru"
13   },
14   "source": {
15     "git": "https://github.com/descorp/SwiftBigInteger.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "source_files": "Source/**/*",
27   "pushed_with_swift_version": "3.0"