[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 8 / f / CPaySDK / 2.0.9 / CPaySDK.podspec.json
blobf31f99df14cd68556c36b9d481498c6562f8b395
2   "name": "CPaySDK",
3   "version": "2.0.9",
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.0.9"
17   },
18   "pod_target_xcconfig": {
19     "BUILD_LIBRARY_FOR_DISTRIBUTION": true,
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "libraries": "stdc++",
23   "requires_arc": true,
24   "static_framework": false,
25   "platforms": {
26     "ios": "13.0"
27   },
28   "default_subspecs": [
29     "Core",
30     "Ext"
31   ],
32   "subspecs": [
33     {
34       "name": "Core",
35       "vendored_frameworks": "CPaySDK/Core/*.{framework,xcframework}"
36     },
37     {
38       "name": "Ext",
39       "subspecs": [
40         {
41           "name": "CardinalMobile",
42           "vendored_frameworks": "CPaySDK/Ext/CardinalMobile.{framework,xcframework}"
43         },
44         {
45           "name": "PPRiskMagnes",
46           "vendored_frameworks": "CPaySDK/Ext/PPRiskMagnes.{framework,xcframework}"
47         }
48       ]
49     }
50   ]