[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / d / SwBigInt / 1.19.1 / SwBigInt.podspec.json
blob45b63a9171a93a6fb79409c4dac174ce586507f1
2   "name": "SwBigInt",
3   "version": "1.19.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": "5.0"
18   },
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=watchos*]": "armv7k arm64_32",
21     "EXCLUDED_ARCHS[sdk=watchsimulator*]": "i386"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=watchos*]": "armv7k arm64_32",
25     "EXCLUDED_ARCHS[sdk=watchsimulator*]": "i386"
26   },
27   "swift_versions": "5.0",
28   "source": {
29     "git": "https://github.com/mIwr/BigInt.git",
30     "tag": "1.19.1"
31   },
32   "source_files": [
33     "Sources/BigInt/*.swift",
34     "Sources/BigInt/**/*.swift"
35   ],
36   "frameworks": "Foundation",
37   "resource_bundles": {
38     "SwBigInt": [
39       "Sources/BigInt/PrivacyInfo.xcprivacy"
40     ]
41   },
42   "swift_version": "5.0"