blob: 2a49e9b3503b925b31d2b6bfe2bde4d8dbf10da9 [file] [log] [blame]
{
"name": "CardWalletSDK",
"version": "0.1.4",
"summary": "Card Management SDK Provided by Beam UAE",
"homepage": "http://beamuae.app/",
"dependencies": {
"Moya/ReactiveSwift": [
"~> 12.0"
],
"Moya/RxSwift": [
"~> 12.0"
],
"Stripe": [
],
"RxCocoa": [
],
"MBProgressHUD": [
"~> 1.1.0"
],
"SwiftyRSA": [
],
"RxBlocking": [
]
},
"authors": {
"Name": "developer@beamuae.app"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/beammaf/cardwallet-sdk-ios.git",
"branch": "CocoaPods"
},
"ios": {
"vendored_frameworks": [
"CardWalletSDK.framework",
"ReactiveMoya.framework",
"RxMoya.framework"
]
},
"requires_arc": true
}