blob: 81124f777c0b7cecd14fc88f8d417c168d36c4c5 [file] [log] [blame]
{
"name": "MyCheckWalletUI-iOS",
"version": "1.2.8",
"summary": "An SDK that supplies UI for payment method managment.",
"swift_versions": "4.2",
"description": "README.md",
"homepage": "https://mycheckapp.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"elad schiller": "eladsc@mycheck.co.il"
},
"source": {
"git": "https://www.bitbucket.org/mycheck/mycheckwalletui_ios.git",
"tag": "1.2.8"
},
"platforms": {
"ios": "10.0"
},
"dependencies": {
"MyCheckCore-iOS": [
],
"Kingfisher": [
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "10.0"
},
"vendored_frameworks": "Framework/MyCheckWalletUI.framework"
},
{
"name": "ApplePay",
"dependencies": {
"MyCheckWalletUI-iOS/Core": [
]
},
"frameworks": "PassKit",
"platforms": {
"ios": "10.0"
}
},
{
"name": "VisaCheckout",
"dependencies": {
"MyCheckWalletUI-iOS/Core": [
],
"VisaCheckoutSDK": [
]
},
"platforms": {
"ios": "10.0"
}
},
{
"name": "PayPal",
"dependencies": {
"MyCheckWalletUI-iOS/Core": [
],
"Braintree/PayPal": [
],
"Braintree/DataCollector": [
]
},
"platforms": {
"ios": "10.0"
}
}
],
"swift_version": "4.2"
}