4 "summary": "A library for communicating with MobileCoin network",
5 "authors": "MobileCoin",
6 "homepage": "https://www.mobilecoin.com/",
11 "git": "https://github.com/mobilecoinofficial/MobileCoin-Swift.git",
17 "default_subspecs": "Core",
18 "swift_versions": "5.2",
19 "pod_target_xcconfig": {
20 "ENABLE_BITCODE": "NO",
21 "SUPPORTS_MACCATALYST": "NO",
22 "VALID_ARCHS[sdk=iphoneos*]": "arm64",
23 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
29 "Sources/**/*.{h,m,swift}"
58 "source_files": "Tests/{Unit,Common}/**/*.swift",
60 "Tests/Common/FixtureData/**/*",
61 "Vendor/libmobilecoin-ios-artifacts/Vendor/fog/mobilecoin/test-vectors/vectors/**/*"
65 "name": "IntegrationTests",
67 "source_files": "Tests/{Integration,Common}/**/*.swift",
68 "resources": "Tests/Common/FixtureData/**/*"
71 "name": "PerformanceTests",
73 "source_files": "Tests/{Performance,Common}/**/*.swift",
74 "requires_app_host": true
79 "swift_version": "5.2"