blob: 75422082e980b6985299f3dc7ab16f12266da5db [file] [log] [blame]
{
"name": "OnboardFlow",
"version": "0.1.3",
"summary": "OnboardFlow is a Swift library giving you a simple logic to create onboarding flows",
"description": "OnboardFlow is a Swift library helping you create simple onboarding flows. It gives a simple logic and some customization on how you want your users to navigate your onboarding",
"homepage": "https://github.com/johnoppenheimer/OnboardFlow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnoppenheimer": "maximecattet@gmx.com"
},
"source": {
"git": "https://github.com/johnoppenheimer/OnboardFlow.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "OnboardFlow/Classes/**/*",
"swift_version": "5.0"
}