[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 3 / ConnectPay / 0.1.23 / ConnectPay.podspec.json
blobb09f90f10ea7c5826e74cf6d2e1dbb1b2c25fa03
2   "name": "ConnectPay",
3   "version": "0.1.23",
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.1.23"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "ios": {
32         "preserve_paths": [
33           "Library/ConnectPayBase.xcframework"
34         ],
35         "vendored_frameworks": [
36           "Library/ConnectPayBase.xcframework"
37         ]
38       }
39     },
40     {
41       "name": "Biometric",
42       "ios": {
43         "preserve_paths": [
44           "Library/BiometricInterface.xcframework"
45         ],
46         "vendored_frameworks": [
47           "Library/BiometricInterface.xcframework"
48         ]
49       },
50       "dependencies": {
51         "ConnectPay/Core": [
53         ]
54       }
55     },
56     {
57       "name": "OCR",
58       "ios": {
59         "preserve_paths": [
60           "Library/FinCubeOcrSDK.xcframework",
61           "Library/OCRInterface.xcframework"
62         ],
63         "vendored_frameworks": [
64           "Library/FinCubeOcrSDK.xcframework",
65           "Library/OCRInterface.xcframework"
66         ]
67       },
68       "dependencies": {
69         "ConnectPay/Core": [
71         ]
72       }
73     },
74     {
75       "name": "UI",
76       "ios": {
77         "preserve_paths": [
78           "Library/ConnectPayCore.xcframework",
79           "Library/TossPaymentsCore.xcframework"
80         ],
81         "vendored_frameworks": [
82           "Library/ConnectPayCore.xcframework",
83           "Library/TossPaymentsCore.xcframework"
84         ]
85       },
86       "dependencies": {
87         "ConnectPay/Core": [
89         ],
90         "ConnectPay/Biometric": [
92         ],
93         "ConnectPay/OCR": [
95         ]
96       }
97     }
98   ]