blob: 05541b9f78edb75d1ba2b30338f4a2e838cacb85 [file] [log] [blame]
{
"name": "AtlasSDK",
"version": "0.1.0",
"summary": "Atlas iOS SDK for Zalando Checkout and Catalog APIs.",
"description": "The purpose of this project is to provide seamless experience of Zalando articles checkout integration to the 3rd party iOS apps.\n\nOur goal is to allow end developer integrate and run Zalando checkout in minutes using a few lines of code. There is an AtlasCheckout framework in place to have end-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 yourself there is a low level AtlasSDK framework that covers all Checkout API calls and provide you high-level business objects to deal with.",
"homepage": "https://github.com/zalando-incubator/atlas-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gleb Galkin": "gleb.galkin@zalando.de",
"Ahmed Shehata": "ahmed.shehata@zalando.de",
"Daniel Bauke": "daniel.bauke@zalando.de",
"Haldun Bayhantopcu": "haldun.bayhantopcu@zalando.de"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zalando-incubator/atlas-ios.git",
"tag": "0.1.0"
},
"source_files": [
"AtlasSDK/AtlasSDK/**/*.{h,m,swift}",
"AtlasUI/AtlasUI/**/*.{h,m,swift}"
],
"frameworks": "Foundation",
"requires_arc": true,
"deprecated": true
}