[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 4 / e / MobileCoin / 1.0.0 / MobileCoin.podspec.json
blob1ef9425ffc20d8d9514eb652ee7951e88373ff88
2   "name": "MobileCoin",
3   "version": "1.0.0",
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": "1.0.0"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "default_subspecs": "Core",
18   "swift_versions": "5.2",
19   "pod_target_xcconfig": {
20     "ENABLE_BITCODE": "NO",
21     "SUPPORTS_MACCATALYST": "NO",
22     "VALID_ARCHS[sdk=iphoneos*]": "arm64",
23     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Sources/**/*.{h,m,swift}"
30       ],
31       "dependencies": {
32         "LibMobileCoin": [
33           "~> 1.0"
34         ],
35         "gRPC-Swift": [
36           "~> 1.0"
37         ],
38         "Logging": [
39           "~> 1.4"
40         ],
41         "SwiftNIO": [
42           "~> 2.22"
43         ],
44         "SwiftNIOHPACK": [
45           "~> 1.16"
46         ],
47         "SwiftNIOHTTP1": [
48           "~> 2.18"
49         ],
50         "SwiftProtobuf": [
51           "~> 1.5"
52         ]
53       },
54       "testspecs": [
55         {
56           "name": "Tests",
57           "test_type": "unit",
58           "source_files": "Tests/{Unit,Common}/**/*.swift",
59           "resources": [
60             "Tests/Common/FixtureData/**/*",
61             "Vendor/libmobilecoin-ios-artifacts/Vendor/fog/mobilecoin/test-vectors/vectors/**/*"
62           ]
63         },
64         {
65           "name": "IntegrationTests",
66           "test_type": "unit",
67           "source_files": "Tests/{Integration,Common}/**/*.swift",
68           "resources": "Tests/Common/FixtureData/**/*"
69         },
70         {
71           "name": "PerformanceTests",
72           "test_type": "ui",
73           "source_files": "Tests/{Performance,Common}/**/*.swift",
74           "requires_app_host": true
75         }
76       ]
77     }
78   ],
79   "swift_version": "5.2"