[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 6 / 2 / Imperio / 2.0.1 / Imperio.podspec.json
blob5b78deff584aa4b2d4994396751152b8058ad291
2   "name": "Imperio",
3   "version": "2.0.1",
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.md"
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": "2.0.1"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.swift"
26   ],
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Bond": [
30       "~> 6.5"
31     ]
32   },
33   "swift_version": "4.0"