[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 3 / e / SegueCoordinator / 0.8.1 / SegueCoordinator.podspec.json
blob3dd711eefa31a637fbc8b542dd7e3f85ca0bf603
2   "name": "SegueCoordinator",
3   "version": "0.8.1",
4   "summary": "Create separate classes that will handle navigation instead of view controllers",
5   "homepage": "https://github.com/npu3pak/ios-lib-segue-coordinator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Evgeniy Safronov": "evsafronov.personal@yandex.ru"
12   },
13   "source": {
14     "git": "https://github.com/npu3pak/ios-lib-segue-coordinator.git",
15     "tag": "0.8.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "SegueCoordinator/Classes/**/*",
22   "description": "Alternative to Application Coordinator pattern. Create separate classes that will handle navigation instead of view controllers."