2 "name": "AppController",
4 "summary": "A simple controller that manages transitioning between \"signed out\" and \"signed in\" interfaces in iOS, written in Swift.",
5 "description": "Modern iOS applications typically have the need to sign in. Many apps implement this lazily by presenting a login view controller above the main app interface. This project offers a cleaner alternative with a controller that can manage transitioning to/from the required interfaces. This approach means that the interface that is no longer being used can be completely deallocated from memory.",
6 "homepage": "https://github.com/cgossain/AppController",
9 "Christian Gossain": "cgossain@gmail.com"
12 "git": "https://github.com/cgossain/AppController.git",
18 "swift_version": "5.0",
19 "source_files": "AppController/Classes/**/*.swift"