[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 7 / 5 / Journey / 0.1.0 / Journey.podspec.json
blob882e9bd77919df6125aa60b2f029ded6fd1a1f7f
2   "name": "Journey",
3   "version": "0.1.0",
4   "summary": "A delightful component for Journey's complete identity and securty system",
5   "description": "This drop-in solution handles the UI flows for verifying identity with driver's license scans, facial authentication/enrollment, device biometrics, ssn, document signatures, and other [Journey Secure Pipelines](https://journeyid.com/).\n\nThe Journey can be easily customized to fit in with the rest of your app's visual style.",
6   "homepage": "https://journeyid.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JourneyID": "support@journeyid.com"
13   },
14   "platforms": {
15     "ios": "15.0"
16   },
17   "source": {
18     "git": "https://github.com/journeyid/journey-ios-sdk.git",
19     "branch": "main"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "vendored_frameworks": "sources/Frameworks/Journey.xcframework"
26     },
27     {
28       "name": "FacialAuth",
29       "vendored_frameworks": [
30         "sources/Frameworks/JourneyFacialAuth.xcframework",
31         "sources/Frameworks/FaceTecSDK.xcframework"
32       ]
33     },
34     {
35       "name": "ID",
36       "vendored_frameworks": "sources/Frameworks/JourneyID.xcframework",
37       "dependencies": {
38         "PPBlinkID": [
39           "~> 5.18.0"
40         ]
41       }
42     },
43     {
44       "name": "Payment",
45       "vendored_frameworks": "sources/Frameworks/JourneyPayment.xcframework",
46       "dependencies": {
47         "MBBlinkCard": [
48           "~> 2.6.0"
49         ]
50       }
51     }
52   ]