blob: 53eb552b2eb1f83366a88ddbbcc756a332c0d890 [file] [log] [blame]
{
"name": "AppController",
"version": "0.3.1",
"summary": "A clean and simple way to transition between a login interface and a main interface in iOS apps.",
"description": "Many iOS applications need to implement login functionality. This project aims to provide a clean and simple architecture for doing this. The AppController is object that manages the login and main interfaces of your application.",
"homepage": "https://github.com/cgossain/AppController",
"license": "MIT",
"authors": {
"Christian Gossain": "cgossain@gmail.com"
},
"source": {
"git": "https://github.com/cgossain/AppController.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift"
}