[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 2 / 8 / f / CPaySDK / 2.2.0 / CPaySDK.podspec.json
blob1fdb05d5770a54b8bd6f2dd5f70a3dc39ca3decc
2   "name": "CPaySDK",
3   "version": "2.2.0",
4   "summary": "UPI mobile SDK for iOS.",
5   "description": "Release UPI mobile SDK for iOS.\n\nThe Citcon’s iOS app payment solution provides a convenient, safe, and reliable payment services to third-party applications. By using the SDK, merchant developers can focus on business logics without having to understand the pluming of payment transactions. The payment experience will be totally transparent and seamless to end consumers.",
6   "homepage": "https://github.com/Citcon/citcon_upi_sdk_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yansheng.ao@citcon.cn": "yansheng.ao@citcon.cn"
13   },
14   "source": {
15     "git": "https://github.com/Citcon/citcon_upi_sdk_ios.git",
16     "tag": "v2.2.0"
17   },
18   "libraries": "stdc++",
19   "requires_arc": true,
20   "static_framework": false,
21   "platforms": {
22     "ios": "13.0"
23   },
24   "default_subspecs": [
25     "Core",
26     "Ext",
27     "Payment/PayPal/Web",
28     "Payment/PayPal/Fraud",
29     "Payment/PayPal/Button",
30     "Payment/CashApp/Core",
31     "Payment/CashApp/Button"
32   ],
33   "subspecs": [
34     {
35       "name": "Core",
36       "vendored_frameworks": "CPaySDK/Core/CPaySDK.xcframework"
37     },
38     {
39       "name": "Ext",
40       "subspecs": [
41         {
42           "name": "CardinalMobile",
43           "vendored_frameworks": "CPaySDK/Ext/CardinalMobile.xcframework"
44         },
45         {
46           "name": "PPRiskMagnes",
47           "vendored_frameworks": "CPaySDK/Ext/PPRiskMagnes.xcframework"
48         }
49       ]
50     },
51     {
52       "name": "Payment",
53       "subspecs": [
54         {
55           "name": "PayPal",
56           "subspecs": [
57             {
58               "name": "Core",
59               "vendored_frameworks": [
60                 "CPaySDK/Payment/PayPal/Ext/CorePayments.xcframework"
61               ]
62             },
63             {
64               "name": "Web",
65               "vendored_frameworks": [
66                 "CPaySDK/Payment/PayPal/Ext/PayPalWebPayments.xcframework"
67               ],
68               "dependencies": {
69                 "CPaySDK/Payment/PayPal/Core": [
71                 ]
72               }
73             },
74             {
75               "name": "Native",
76               "vendored_frameworks": [
77                 "CPaySDK/Payment/PayPal/Ext/PayPalNativePayments.xcframework"
78               ],
79               "dependencies": {
80                 "PayPalCheckout": [
81                   "= 1.3.0"
82                 ],
83                 "CPaySDK/Payment/PayPal/Core": [
85                 ]
86               }
87             },
88             {
89               "name": "Fraud",
90               "vendored_frameworks": [
91                 "CPaySDK/Payment/PayPal/Ext/FraudProtection.xcframework"
92               ],
93               "dependencies": {
94                 "CPaySDK/Ext/PPRiskMagnes": [
96                 ],
97                 "CPaySDK/Payment/PayPal/Core": [
99                 ]
100               }
101             },
102             {
103               "name": "Button",
104               "vendored_frameworks": [
105                 "CPaySDK/Payment/PayPal/Ext/PaymentButtons.xcframework"
106               ],
107               "dependencies": {
108                 "CPaySDK/Payment/PayPal/Core": [
110                 ]
111               }
112             }
113           ]
114         },
115         {
116           "name": "CashApp",
117           "subspecs": [
118             {
119               "name": "Core",
120               "vendored_frameworks": [
121                 "CPaySDK/Payment/CashApp/Ext/PayKit.xcframework"
122               ]
123             },
124             {
125               "name": "Button",
126               "vendored_frameworks": [
127                 "CPaySDK/Payment/CashApp/Ext/PayKitUI.xcframework"
128               ]
129             }
130           ]
131         }
132       ]
133     }
134   ]