blob: 16079db19aad99ef101e3402e7f4a401c805d41e [file] [log] [blame]
{
"name": "ZalandoCommerceUI",
"platforms": {
"ios": "9.0"
},
"version": "1.1.9",
"summary": "Full UI for Zalando Checkout and Catalog APIs.",
"homepage": "https://github.com/zalando-incubator/zalando-commerce-ios",
"description": "The purpose of this project is to provide seamless experience of Zalando\narticles checkout integration to the 3rd party iOS apps.\n\nOur goal is to allow end developer integrate and run Zalando checkout in\nminutes using a few lines of code. ZalandoCommerceUI framework provides\nend-to-end solution including UI part for the checkout flow.\n\nIf you want to have a full control over the UI and manage checkout flow by\nyourself there is a low-level ZalandoCommerceAPI framework that covers all\nCheckout API calls and provide you high-level business objects to deal with.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmed Shehata": "ahmed.shehata@zalando.de",
"Daniel Bauke": "daniel.bauke@zalando.de",
"Gleb Galkin": "gleb.galkin@zalando.de",
"Haldun Bayhantopcu": "haldun.bayhantopcu@zalando.de",
"Hani Ibrahim": "hani.eloksh@zalando.de"
},
"source": {
"git": "https://github.com/zalando-incubator/zalando-commerce-ios.git",
"tag": "1.1.9"
},
"source_files": [
"Sources/ZalandoCommerceUI/ZalandoCommerceUI/**/*.swift",
"Sources/Commons/*.swift"
],
"ios": {
"resources": [
"Sources/ZalandoCommerceUI/ZalandoCommerceUI/**/*.xcassets",
"Sources/ZalandoCommerceUI/ZalandoCommerceUI/**/Localizable.strings"
],
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"ZalandoCommerceAPI": [
"= 1.1.9"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}