[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / 9 / PCPClient / 1.0.1 / PCPClient.podspec.json
blob95a6a850103b9c9e7959758f7ede3b9e59ef9aea
2   "name": "PCPClient",
3   "version": "1.0.1",
4   "summary": "PAYONE Commerce Platform Client iOS SDK for the PAYONE Commerce Platform.",
5   "description": "This SDK provides everything a client needs to easily complete payments using Credit or Debit Card, PAYONE Buy Now Pay Later (BNPL) and Apple Pay.",
6   "homepage": "https://github.com/PAYONE-GmbH/PCP-client-iOS-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PAYONE GmbH": "integrations@payone.com"
13   },
14   "source": {
15     "git": "https://github.com/PAYONE-GmbH/PCP-client-iOS-SDK.git",
16     "tag": "1.0.1"
17   },
18   "swift_versions": "5.10",
19   "platforms": {
20     "ios": "15.0"
21   },
22   "resource_bundles": {
23     "PCPClient": [
24       "PrivacyInfo.xcprivacy"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "PCPClient",
30       "source_files": "Sources/PCPClient/**/*"
31     },
32     {
33       "name": "PCPClientBridge",
34       "source_files": "Sources/PCPClientBridge/**/*",
35       "dependencies": {
36         "PCPClient/PCPClient": [
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.10"