[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / e / VPLoginLogoutManagement / 0.1.1 / VPLoginLogoutManagement.podspec.json
blob07186ab6f7254819355e6815f8f54416996f462a
2   "name": "VPLoginLogoutManagement",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vandan Patel": "vandan.swift@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/genius-vandan-patel/VPLoginLogoutManagement.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/Made_For_iOS",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "VPLoginLogoutManagement/Classes/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"