blob: c3e46f31acad6c940a512448d5a1ab491dddb8d4 [file] [log] [blame]
{
"name": "AppController",
"version": "0.6.2",
"summary": "A simple controller that manages transitioning between `logged out` and `logged in` interfaces in iOS, written in Swift.",
"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.",
"homepage": "https://github.com/cgossain/AppController",
"license": "MIT",
"authors": {
"Christian Gossain": "cgossain@gmail.com"
},
"source": {
"git": "https://github.com/cgossain/AppController.git",
"tag": "0.6.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift"
}