2 "name": "AppController",
4 "summary": "A simple controller that manages transitioning between `logged out` and `logged in` interfaces in iOS, written in Swift.",
5 "description": "Modern iOS applications typically have the ability to login. 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 interface. 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",
19 "source_files": "Pod/Classes/**/*.swift",
20 "pushed_with_swift_version": "3.0"