[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 4 / e / MobileCoin / 1.2.0-pre5 / MobileCoin.podspec.json
blob15f7e71ecaf0767336ef3a74e0422c79319995a4
2   "name": "MobileCoin",
3   "version": "1.2.0-pre5",
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-pre5",
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     "GCC_OPTIMIZATION_LEVEL": "z",
22     "LLVM_LTO": "YES",
23     "ENABLE_BITCODE": "YES",
24     "SUPPORTS_MACCATALYST": "YES",
25     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
26     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/**/*.{h,m,swift}"
33       ],
34       "dependencies": {
35         "LibMobileCoin": [
36           "~> 1.2.0-pre4"
37         ],
38         "gRPC-Swift": [
40         ],
41         "Logging": [
42           "~> 1.4"
43         ],
44         "SwiftNIO": [
46         ],
47         "SwiftNIOHPACK": [
49         ],
50         "SwiftNIOHTTP1": [
52         ],
53         "SwiftProtobuf": [
55         ]
56       },
57       "testspecs": [
58         {
59           "name": "Tests",
60           "test_type": "unit",
61           "source_files": "Tests/{Unit,Common}/**/*.swift",
62           "resources": [
63             "Tests/Common/FixtureData/**/*",
64             "Vendor/libmobilecoin-ios-artifacts/Vendor/mobilecoin/test-vectors/vectors/**/*"
65           ]
66         },
67         {
68           "name": "IntegrationTests",
69           "test_type": "unit",
70           "source_files": "Tests/{Integration,Common}/**/*.swift",
71           "resources": "Tests/Common/FixtureData/**/*"
72         },
73         {
74           "name": "PerformanceTests",
75           "test_type": "ui",
76           "source_files": "Tests/{Performance,Common}/**/*.swift",
77           "requires_app_host": true
78         }
79       ]
80     }
81   ],
82   "swift_version": "5.2"