blob: 34ffac76f7b7202d945d53197838f350d9996174 [file] [log] [blame]
{
"name": "KLFUserInterfaceGuide",
"version": "0.1.0",
"summary": "Showcase app tutorial for user onboarding",
"description": "Lightweight and Easy to use ios library to make the user familiar with your app.\nit requires a view and a text and an optional tag so you will not worry about presentation next time. it will use the tag to set a flag on UserDefault. you can present it multiple time after each other it has queueing mechanism and you will not get UIViewController presentation error.",
"homepage": "https://github.com/farhad01/KLFUserInterfaceGuide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jebelli.farhad@gmail.com": "jebelli.farhad@gmail.com"
},
"source": {
"git": "https://github.com/farhad01/KLFUserInterfaceGuide.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "KLFUserInterfaceGuide/Classes/**/*",
"swift_version": "5.0"
}