blob: 546cfc228b65cce7622d77595f173177ef06af1b [file] [log] [blame]
{
"name": "MyCheckWalletUI-iOS",
"version": "1.2.13",
"summary": "An SDK that supplies UI for payment method managment.",
"swift_versions": "5.0",
"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.13"
},
"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": "PayPal",
"dependencies": {
"MyCheckWalletUI-iOS/Core": [
],
"Braintree/PayPal": [
],
"Braintree/DataCollector": [
]
},
"platforms": {
"ios": "10.0"
}
}
],
"swift_version": "5.0"
}