[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 6 / 2 / Imperio / 1.0.0 / Imperio.podspec.json
blob7eb6012f48ee875954ad824b09d478ab52511467
2   "name": "Imperio",
3   "version": "1.0.0",
4   "summary": "Keep the screen flow and data handling logic out of your view controllers.",
5   "description": "The goal of this library is to keep view controllers lean by getting screen flow and data handling logic out of them.\nInstead coordinators are used to handle screen flow and trigger data handling.\nThis idea is explored in detail by Soroush Khanlou in this great post. Go ahead and read it now if you haven't already!",
6   "homepage": "https://github.com/Flinesoft/Imperio",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Cihat Gündüz": "CihatGuenduez@posteo.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": "1.0.0"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.swift"
26   ],
27   "frameworks": "UIKit",
28   "pushed_with_swift_version": "3.0"