blob: 7e46a998c82affd93cd338847ee46e17185c8069 [file] [log] [blame]
{
"name": "Weavy",
"version": "1.1.0",
"summary": "Weavy is a navigation framework for iOS applications based on a weaving pattern.",
"description": "Weavy aims to\n\n* Promote the cutting of storyboards into atomic units to enable collaboration and reusability of UIViewControllers\n* Allow the presentation of a UIViewController in different ways according to the navigation context\n* Ease the implementation of dependency injection\n* Remove any navigation mechanism from UIViewControllers\n* Promote reactive programing\n* Express the navigation in a declarative way while addressing the majority of the navigation cases\n* Facilitate the cutting of an application into logical blocks of navigation",
"homepage": "https://github.com/twittemb/Weavy",
"screenshots": "https://raw.githubusercontent.com/twittemb/Weavy/develop/Resources/weavy_logo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thibault Wittemberg": "thibault.wittemberg@gmail.com"
},
"social_media_url": "http://twitter.com/thwittem",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/twittemb/Weavy.git",
"tag": "1.1.0"
},
"source_files": "Weavy/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
]
},
"pushed_with_swift_version": "4.0.2"
}