[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / d / SwBigInt / 1.20.1 / SwBigInt.podspec.json
blob568aa20ef1084038423533164057db40409b6661
2   "name": "SwBigInt",
3   "version": "1.20.1",
4   "summary": "Arbitrary-precision integer arithmetic in Swift",
5   "authors": {
6     "Leif Ibsen": "https://github.com/leif-ibsen"
7   },
8   "homepage": "https://github.com/leif-ibsen/BigInt",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "osx": "10.13",
15     "ios": "11.0",
16     "tvos": "11.0",
17     "watchos": "4.0"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/mIwr/BigInt.git",
22     "tag": "1.20.1"
23   },
24   "source_files": [
25     "Sources/BigInt/*.swift",
26     "Sources/BigInt/**/*.swift"
27   ],
28   "frameworks": "Foundation",
29   "resource_bundles": {
30     "SwBigInt": [
31       "Sources/BigInt/PrivacyInfo.xcprivacy"
32     ]
33   },
34   "swift_version": "5.0"