blob: ca0f517159eb00a3a3f699a43c0684ee4d4eb8f9 [file] [log] [blame]
{
"name": "BreadCrumbHeaders",
"version": "1.0.2",
"summary": "Breadcrumb-like static headers for iOS used to group screens into a flow.",
"description": "BreadCrumbHeaders is designed to be used whenever you have a few screens that belong to a specific flow. Example, if you have a store checkout flow where you need to collect shipping and billing info, this can be used to notify the user what iss coming and how many steps are needed to complete the flow.",
"homepage": "https://github.com/inderdhir/BreadcrumbHeaders",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Inder Dhir": "inderdhir@hotmail.com"
},
"source": {
"git": "https://github.com/inderdhir/BreadcrumbHeaders.git",
"tag": "1.0.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "BreadCrumbHeaders/Classes/**/*",
"swift_version": "5.0"
}