[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 4 / e / MobileCoin / 6.0.3 / MobileCoin.podspec.json
blob4e89e87f2662a51dcaf9772f3ea42f104d1850d3
2   "name": "MobileCoin",
3   "version": "6.0.3",
4   "summary": "A library for communicating with MobileCoin network",
5   "authors": "MobileCoin",
6   "homepage": "https://www.mobilecoin.com/",
7   "license": {
8     "type": "GPLv3"
9   },
10   "source": {
11     "git": "https://github.com/mobilecoinofficial/MobileCoin-Swift.git",
12     "tag": "v6.0.3",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "default_subspecs": "none",
19   "swift_versions": "5.2",
20   "pod_target_xcconfig": {
21     "GCC_OPTIMIZATION_LEVEL": "z",
22     "ENABLE_BITCODE": "YES",
23     "SUPPORTS_MACCATALYST": "YES",
24     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
25     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
26   },
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Tests/{Unit,Common}/**/*.swift",
32       "resources": [
33         "Tests/Common/FixtureData/**/*",
34         "Vendor/libmobilecoin/Vendor/mobilecoin/test-vectors/vectors/**/*"
35       ]
36     },
37     {
38       "name": "IntegrationTransactingTests",
39       "test_type": "unit",
40       "source_files": "Tests/{Common,Integration/Common,Integration/Transacting}/**/*.swift",
41       "resources": [
42         "Tests/Common/FixtureData/**/*",
43         "Tests/Common/Secrets/process_info.json"
44       ]
45     },
46     {
47       "name": "IntegrationNonTransactingTests",
48       "test_type": "unit",
49       "source_files": "Tests/{Common,Util,Integration/Common,Integration/NonTransacting}/**/*.swift",
50       "resources": [
51         "Tests/Common/FixtureData/**/*",
52         "Tests/Common/Secrets/process_info.json"
53       ]
54     },
55     {
56       "name": "PerformanceTests",
57       "test_type": "ui",
58       "source_files": "Tests/{Performance,Common}/**/*.swift",
59       "requires_app_host": true
60     }
61   ],
62   "subspecs": [
63     {
64       "name": "CoreHTTP",
65       "source_files": [
66         "Sources/{Common,HTTPS}/**/*.swift",
67         "CocoapodsOnly/*.{h,m,swift}",
68         "HTTPOnly/WrappedNIOSSLCertificateValidator.swift"
69       ],
70       "dependencies": {
71         "LibMobileCoin/CoreHTTP": [
72           "~> 6.0.0-pre1"
73         ],
74         "Logging": [
75           "~> 1.4"
76         ]
77       },
78       "testspecs": [
79         {
80           "name": "HttpProtocolUnitTests",
81           "test_type": "unit",
82           "source_files": "Tests/ProtocolSpecific/Http/**/*.swift",
83           "resources": "Tests/ProtocolSpecific/Http/FixtureData/**/*"
84         }
85       ]
86     }
87   ],
88   "swift_version": "5.2"