[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / f / 9 / AppController / 0.7.0 / AppController.podspec.json
blob5b489ee57a45f983d3917af16de1d696351d546e
2   "name": "AppController",
3   "version": "0.7.0",
4   "summary": "A simple controller that manages transitioning between \"signed out\" and \"signed in\" interfaces in iOS, written in Swift.",
5   "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.",
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.7.0"
14   },
15   "platforms": {
16     "ios": "10.3"
17   },
18   "swift_version": "5.0",
19   "source_files": "Pod/Classes/**/*.swift"