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