[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / d / 1 / CPay / 2.7.1 / CPay.podspec.json
blob520a4ec63e3417c693ccec112de0738e96ee848d
2   "name": "CPay",
3   "version": "2.7.1",
4   "summary": "Online mobile SDK for iOS.",
5   "description": "Release Citcon Online 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/mobile_sdk_ios",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "yansheng.ao@citcon.cn": "yansheng.ao@citcon.cn"
12   },
13   "source": {
14     "git": "https://github.com/Citcon/mobile_sdk_ios.git",
15     "tag": "v2.7.1"
16   },
17   "pod_target_xcconfig": {
18     "BUILD_LIBRARY_FOR_DISTRIBUTION": true
19   },
20   "libraries": "stdc++",
21   "requires_arc": true,
22   "static_framework": false,
23   "platforms": {
24     "ios": "13.0"
25   },
26   "default_subspecs": [
27     "Core",
28     "Payment/CashApp/Core",
29     "Payment/CashApp/Button"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "vendored_frameworks": "CPaySDK/Core/CPay.xcframework"
35     },
36     {
37       "name": "Payment",
38       "subspecs": [
39         {
40           "name": "CashApp",
41           "subspecs": [
42             {
43               "name": "Core",
44               "vendored_frameworks": [
45                 "CPaySDK/Payment/CashApp/Ext/PayKit.xcframework"
46               ]
47             },
48             {
49               "name": "Button",
50               "vendored_frameworks": [
51                 "CPaySDK/Payment/CashApp/Ext/PayKitUI.xcframework"
52               ]
53             }
54           ]
55         }
56       ]
57     }
58   ]