[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 3 / 6 / Swift-BigInt / 2.2.1 / Swift-BigInt.podspec.json
blob452e5f6024344b82950e572cd2ae71a87507c983
2   "name": "Swift-BigInt",
3   "version": "2.2.1",
4   "summary": "A lightweight, high performance bignum library for Swift!",
5   "description": "A lightweight, high performance bignum library for Swift for both intergers and doubles!",
6   "homepage": "https://github.com/mkrd/Swift-BigInt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "mkrd",
12   "platforms": {
13     "ios": "11.0",
14     "osx": "10.11",
15     "watchos": "4.0",
16     "tvos": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/mkrd/Swift-BigInt.git",
20     "tag": "v2.2.1"
21   },
22   "source_files": "Sources/BigNumber/*.swift",
23   "module_name": "BigNumber",
24   "swift_versions": "4.2",
25   "testspecs": [
26     {
27       "name": "BigNumberTests",
28       "test_type": "unit",
29       "platforms": {
30         "ios": "11.0",
31         "osx": "10.11",
32         "tvos": "11.0"
33       },
34       "source_files": [
35         "Sources/MGTools/*.swift",
36         "Tests/BigNumberTests/*.swift",
37         "Tests/MGToolsTests/*.swift"
38       ],
39       "resources": "Tests/BigNumberTests/Resources"
40     }
41   ],
42   "swift_version": "4.2"