[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 9 / AppController / 0.5.5 / AppController.podspec.json
blob582c055a7ff21a24a88616d70320124cd92f11ef
2   "name": "AppController",
3   "version": "0.5.5",
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",
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.5.5"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.swift",
20   "pushed_with_swift_version": "3.0"