[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / c / smart2pay-sdk / 1.0.0 / smart2pay-sdk.podspec.json
blobcef6c375a6d25f644459e7a08022191ee01fc2d2
2   "name": "smart2pay-sdk",
3   "version": "1.0.0",
4   "summary": "Mobile SDK to connect to Smart2Pay – a Nuvei Company – payment platform",
5   "description": "By using Smart2Pay SDK for mobile, you can quickly integrate more payment options directly in your mobile application. Our SDK provides one unique interface to Cards, Alipay and WeChat in-app payments.",
6   "homepage": "https://docs.smart2pay.com/category/smart2pay-mobile-sdk",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": "Smart2Pay – a Nuvei Company",
12   "source": {
13     "git": "https://github.com/Smart2Pay/SDK-iOS-release.git",
14     "tag": "1.0.0"
15   },
16   "module_name": "Smart2Pay",
17   "platforms": {
18     "ios": "12.1"
19   },
20   "requires_arc": true,
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "libraries": [
27     "c++",
28     "sqlite3.0",
29     "z"
30   ],
31   "vendored_frameworks": "Smart2Pay.framework",
32   "frameworks": [
33     "CFNetwork",
34     "CoreMotion",
35     "CoreTelephony",
36     "Security",
37     "SystemConfiguration",
38     "UIKit"
39   ],
40   "dependencies": {
41     "SwiftyJSON": [
43     ],
44     "Alamofire": [
46     ]
47   },
48   "xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
50   },
51   "pod_target_xcconfig": {
52     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
53   },
54   "swift_version": "5.2"