[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / f / b / 3 / ConnectPay / 0.2.1 / ConnectPay.podspec.json
blob3a96b5424dd27f58777827312a791c96a7c179cb
2   "name": "ConnectPay",
3   "version": "0.2.1",
4   "summary": "ConnectPay SDK from TossPayments",
5   "description": "ConnectPay SDK from TossPayments\n\nYou can install Pay module easily.",
6   "homepage": "https://www.tosspayments.com",
7   "license": {
8     "type": "Proprietary",
9     "text": "Copyright 2021 TossPayments Ltd. All rights reserved."
10   },
11   "authors": {
12     "Jinkyu Kim": "mqz@toss.im"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/tosspayments/ConnectPay.git",
19     "tag": "0.2.1"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "ios": {
26         "preserve_paths": [
27           "Library/ConnectPayBase.xcframework"
28         ],
29         "vendored_frameworks": [
30           "Library/ConnectPayBase.xcframework"
31         ]
32       }
33     },
34     {
35       "name": "Biometric",
36       "ios": {
37         "preserve_paths": [
38           "Library/BiometricInterface.xcframework"
39         ],
40         "vendored_frameworks": [
41           "Library/BiometricInterface.xcframework"
42         ]
43       },
44       "dependencies": {
45         "ConnectPay/Core": [
47         ]
48       }
49     },
50     {
51       "name": "OCR",
52       "ios": {
53         "preserve_paths": [
54           "Library/FinCubeOcrSDK.xcframework",
55           "Library/OCRInterface.xcframework"
56         ],
57         "vendored_frameworks": [
58           "Library/FinCubeOcrSDK.xcframework",
59           "Library/OCRInterface.xcframework"
60         ]
61       },
62       "dependencies": {
63         "ConnectPay/Core": [
65         ]
66       }
67     },
68     {
69       "name": "UI",
70       "ios": {
71         "preserve_paths": [
72           "Library/ConnectPayCore.xcframework",
73           "Library/TossPaymentsCore.xcframework"
74         ],
75         "vendored_frameworks": [
76           "Library/ConnectPayCore.xcframework",
77           "Library/TossPaymentsCore.xcframework"
78         ]
79       },
80       "dependencies": {
81         "ConnectPay/Core": [
83         ],
84         "ConnectPay/Biometric": [
86         ],
87         "ConnectPay/OCR": [
89         ]
90       }
91     }
92   ]