[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 4 / e / MobileCoin / 1.2.0-pre0 / MobileCoin.podspec.json
blobcf483b90b160f647ed4a06dde1557628793c6a61
2   "name": "MobileCoin",
3   "version": "1.2.0-pre0",
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": "v1.2.0-pre0",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
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"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Sources/**/*.{h,m,swift}"
31       ],
32       "dependencies": {
33         "LibMobileCoin": [
34           "~> 1.2.0-pre1"
35         ],
36         "gRPC-Swift": [
38         ],
39         "Logging": [
40           "~> 1.4"
41         ],
42         "SwiftNIO": [
44         ],
45         "SwiftNIOHPACK": [
47         ],
48         "SwiftNIOHTTP1": [
50         ],
51         "SwiftProtobuf": [
53         ]
54       },
55       "testspecs": [
56         {
57           "name": "Tests",
58           "test_type": "unit",
59           "source_files": "Tests/{Unit,Common}/**/*.swift",
60           "resources": [
61             "Tests/Common/FixtureData/**/*",
62             "Vendor/libmobilecoin-ios-artifacts/Vendor/mobilecoin/test-vectors/vectors/**/*"
63           ]
64         },
65         {
66           "name": "IntegrationTests",
67           "test_type": "unit",
68           "source_files": "Tests/{Integration,Common}/**/*.swift",
69           "resources": "Tests/Common/FixtureData/**/*"
70         },
71         {
72           "name": "PerformanceTests",
73           "test_type": "ui",
74           "source_files": "Tests/{Performance,Common}/**/*.swift",
75           "requires_app_host": true
76         }
77       ]
78     }
79   ],
80   "swift_version": "5.2"