[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 8 / hyperswitch-sdk-ios / 0.1.0 / hyperswitch-sdk-ios.podspec.json
blob4d531b642608ca33c66aee3fec96f070fe0bdd59
2   "name": "hyperswitch-sdk-ios",
3   "version": "0.1.0",
4   "summary": "Hyperswitch SDK",
5   "description": "Core of Hyperswitch SDK an open-source payments switch",
6   "homepage": "https://hyperswitch.io/",
7   "authors": "Harshit S",
8   "license": {
9     "type": "Apache-2.0",
10     "file": "LICENSE"
11   },
12   "platforms": {
13     "ios": "13.0"
14   },
15   "source": {
16     "git": "https://github.com/juspay/hyperswitch-sdk-ios.git",
17     "tag": "v0.1.0"
18   },
19   "module_name": "Hyperswitch",
20   "source_files": "hyperswitch/hyperWrapper/**/*.{m,swift,h}",
21   "resources": [
22     "hyperswitch/hyperWrapper/Resources/Codepush.plist",
23     "hyperswitch/hyperWrapper/Resources/hyperswitch.bundle"
24   ],
25   "vendored_frameworks": "frameworkgen/Frameworks/Core/*.xcframework",
26   "default_subspecs": "core",
27   "dependencies": {
28     "Hyperswitch-Hermes": [
30     ],
31     "KlarnaMobileSDK": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "core"
38     },
39     {
40       "name": "sentry",
41       "vendored_frameworks": "frameworkgen/Frameworks/Sentry/*.xcframework"
42     },
43     {
44       "name": "scan-card",
45       "vendored_frameworks": "frameworkgen/Frameworks/ScanCard/*.xcframework"
46     }
47   ]