2 "name": "VPLoginLogoutManagement",
4 "summary": "Manage user login & logout state using UserDefaults. You can point them to right view based on the state of their login/logout",
5 "description": "I allow users to login/logout using email/password, facebook, twitter, google in all my apps. I have found out that UserDefaults is the easist way to maintain the state of the user (if they are logged in when they come back to the App). I would present them a different view if they are already logged-in and if they aren't I would usually take then to the sign-in/sign-up page.",
6 "homepage": "https://github.com/genius-vandan-patel/VPLoginLogoutManagement",
12 "Vandan Patel": "vandan.swift@gmail.com"
15 "git": "https://github.com/genius-vandan-patel/VPLoginLogoutManagement.git",
18 "social_media_url": "https://twitter.com/Made_For_iOS",
22 "source_files": "VPLoginLogoutManagement/Classes/**/*",
23 "frameworks": "UIKit",
24 "pushed_with_swift_version": "3.0"