[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / b / f / 9 / AppController / 2.1.0 / AppController.podspec.json
blob320fc9ca15fb358472c75e7f7ddec41b820064f1
2   "name": "AppController",
3   "version": "2.1.0",
4   "summary": "A lightweight controller for managing transitions between \"unauthenticated\" and \"authenticated\" interfaces on iOS, written in Swift.",
5   "description": "The AppController is a lightweight controller for managing transitions \nbetween \"unauthenticated\" and \"authenticated\" interfaces on iOS. Many apps \nimplement this lazily by presenting an authentication sheet above the main \napp interface. This is fine for some applications, however if you're looking\nfor something more robust, the structure implemented by AppController offers \na clean and clear separation of concerns between interfaces for each \nauthentication state. It manages interface transitions using Apple approved \nview controller containment API, and removes the unused view hierarchy from\nmemory once the transition is complete. By keeping your \"unauthenticated\" \nand \"authenticated\" view hierarchies completely separate, you can write cleaner \ncode and build more compelling onboarding experiences.",
6   "homepage": "https://github.com/cgossain/AppController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Gossain": "cgossain@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cgossain/AppController.git",
16     "tag": "2.1.0"
17   },
18   "source_files": "Sources/AppController/**/*",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.0",
23   "swift_version": "5.0"