3 "version": "1.2.0-pre0",
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",
18 "default_subspecs": "Core",
19 "swift_versions": "5.2",
20 "pod_target_xcconfig": {
21 "ENABLE_BITCODE": "NO",
22 "SUPPORTS_MACCATALYST": "YES",
23 "VALID_ARCHS[sdk=iphoneos*]": "arm64",
24 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
30 "Sources/**/*.{h,m,swift}"
59 "source_files": "Tests/{Unit,Common}/**/*.swift",
61 "Tests/Common/FixtureData/**/*",
62 "Vendor/libmobilecoin-ios-artifacts/Vendor/mobilecoin/test-vectors/vectors/**/*"
66 "name": "IntegrationTests",
68 "source_files": "Tests/{Integration,Common}/**/*.swift",
69 "resources": "Tests/Common/FixtureData/**/*"
72 "name": "PerformanceTests",
74 "source_files": "Tests/{Performance,Common}/**/*.swift",
75 "requires_app_host": true
80 "swift_version": "5.2"