[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / b / 7 / ViperStackSwift / 0.1.1 / ViperStackSwift.podspec.json
blobee0618471ef62fdf8c78fdf26ca42d54e20d67d8
2   "name": "ViperStackSwift",
3   "version": "0.1.1",
4   "summary": "ViperStackSwift helps you with VIPER",
5   "swift_version": "4.0",
6   "description": "ViperStackSwift is a library, that provide mechanism for connection between VIPER modules.\nAlso there are some base classes and protocols for VIPER module.\nWith this library you can navigate between modules objects named Segues.\nSegue is an object, that can customize opening UIViewController and it's animation.\nViperStackSwift is wirtten in pure Swift.",
7   "homepage": "https://github.com/igrampe/ViperStackSwift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "igrampe": "igrampe@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/igrampe/ViperStackSwift.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ViperStackSwift/Classes/**/*",
23   "frameworks": "UIKit"