[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / b / f / 9 / AppController / 0.3.1 / AppController.podspec.json
blob53eb552b2eb1f83366a88ddbbcc756a332c0d890
2   "name": "AppController",
3   "version": "0.3.1",
4   "summary": "A clean and simple way to transition between a login interface and a main interface in iOS apps.",
5   "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.",
6   "homepage": "https://github.com/cgossain/AppController",
7   "license": "MIT",
8   "authors": {
9     "Christian Gossain": "cgossain@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cgossain/AppController.git",
13     "tag": "0.3.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.swift"