[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 8 / f / CPaySDK / 2.0.10 / CPaySDK.podspec.json
blob715ca335798e5127298fdf349c6dad31d71c9784
2   "name": "CPaySDK",
3   "version": "2.0.10",
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.10"
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   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "vendored_frameworks": "CPaySDK/Core/*.{framework,xcframework}"
32     },
33     {
34       "name": "Ext",
35       "subspecs": [
36         {
37           "name": "CardinalMobile",
38           "vendored_frameworks": "CPaySDK/Ext/CardinalMobile.{framework,xcframework}"
39         },
40         {
41           "name": "PPRiskMagnes",
42           "vendored_frameworks": "CPaySDK/Ext/PPRiskMagnes.{framework,xcframework}"
43         }
44       ]
45     }
46   ]