3 "version": "1.2.0-pre5",
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 "GCC_OPTIMIZATION_LEVEL": "z",
23 "ENABLE_BITCODE": "YES",
24 "SUPPORTS_MACCATALYST": "YES",
25 "VALID_ARCHS[sdk=iphoneos*]": "arm64",
26 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
32 "Sources/**/*.{h,m,swift}"
61 "source_files": "Tests/{Unit,Common}/**/*.swift",
63 "Tests/Common/FixtureData/**/*",
64 "Vendor/libmobilecoin-ios-artifacts/Vendor/mobilecoin/test-vectors/vectors/**/*"
68 "name": "IntegrationTests",
70 "source_files": "Tests/{Integration,Common}/**/*.swift",
71 "resources": "Tests/Common/FixtureData/**/*"
74 "name": "PerformanceTests",
76 "source_files": "Tests/{Performance,Common}/**/*.swift",
77 "requires_app_host": true
82 "swift_version": "5.2"