4 "summary": "Arbitrary-precision integer arithmetic in Swift",
6 "Leif Ibsen": "https://github.com/leif-ibsen"
8 "homepage": "https://github.com/leif-ibsen/BigInt",
19 "pod_target_xcconfig": {
20 "EXCLUDED_ARCHS[sdk=watchos*]": "armv7k arm64_32",
21 "EXCLUDED_ARCHS[sdk=watchsimulator*]": "i386"
23 "user_target_xcconfig": {
24 "EXCLUDED_ARCHS[sdk=watchos*]": "armv7k arm64_32",
25 "EXCLUDED_ARCHS[sdk=watchsimulator*]": "i386"
27 "swift_versions": "5.0",
29 "git": "https://github.com/mIwr/BigInt.git",
33 "Sources/BigInt/*.swift",
34 "Sources/BigInt/**/*.swift"
36 "frameworks": "Foundation",
39 "Sources/BigInt/PrivacyInfo.xcprivacy"
42 "swift_version": "5.0"