[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 9 / 3 / cyberpaysdk / 0.1.3 / cyberpaysdk.podspec.json
blobdcdd23d6be998c40f88baa12cd5c522b82282b17
2   "name": "cyberpaysdk",
3   "version": "0.1.3",
4   "summary": "The iOS SDK for the cyberpay payment gateway",
5   "description": "The iOS SDK for the cyberpay payment gateway, with a drop in UI",
6   "homepage": "https://github.com/cyberspace-ltd/cyberpay-iosx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "davidehigiator": "david.ehigiator@cyberspace.net.ng"
13   },
14   "source": {
15     "git": "https://github.com/cyberspace-ltd/cyberpay-iosx.git",
16     "tag": "0.1.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "cyberpaysdk/Classes/**/*",
23   "resource_bundles": {
24     "cyberpaysdk": [
25       "cyberpaysdk/**/*.{pdf,png,jpeg,jpg,storyboard,xib,xcassets}"
26     ]
27   },
28   "dependencies": {
29     "RxSwift": [
30       "~> 5.0.1"
31     ],
32     "RxCocoa": [
33       "~> 5.0.1"
34     ],
35     "FittedSheets": [
36       "~> 1.4.5"
37     ],
38     "MaterialComponents/BottomSheet": [
39       "~> 94.4.0"
40     ]
41   },
42   "swift_version": "5.0"