[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / 2 / Imperio / 3.0.0 / Imperio.podspec.json
blob614f26af5dec4bf6bf2e2e3b16efba3c1c740741
2   "name": "Imperio",
3   "version": "3.0.0",
4   "summary": "Keep the screen flow logic out of your view controllers & make them testable.",
5   "description": "The goal of this library is to keep view controllers lean & make them easily testable by getting screen flow and other responsibilities out of them.\nInstead coordinators are used to handle screen flow and trigger changes in the view part, which the view controller handles.\nPattern wise this approach combines ideas from MVC, MVP, MVVM and VIPER.",
6   "homepage": "https://github.com/Flinesoft/Imperio",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cihat Gündüz": "cocoapods@cihatguenduez.de"
13   },
14   "social_media_url": "https://twitter.com/Dschee",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Flinesoft/Imperio.git",
21     "tag": "3.0.0"
22   },
23   "source_files": "Frameworks/Imperio/**/*.swift",
24   "frameworks": "UIKit",
25   "swift_version": "4.2"