blob: e93d420a1f79e56eddfa2ef7fbf797e9148f0962 [file] [log] [blame]
{
"name": "MyCheckWalletUI-iOS",
"version": "3.0.2",
"summary": "An SDK that supplies UI for payment method managment.",
"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": "3.0.2"
},
"platforms": {
"ios": "10.0"
},
"dependencies": {
"MyCheckCore-iOS": [
],
"PayCardsRecognizer": [
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "10.0"
},
"vendored_frameworks": "Framework/MyCheckWalletUI.framework"
},
{
"name": "VisaCheckout",
"dependencies": {
"MyCheckWalletUI-iOS/Core": [
],
"VisaCheckoutSDK": [
]
},
"platforms": {
"ios": "10.0"
}
}
]
}