[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 4 / 0 / Weavy / 1.0.0 / Weavy.podspec.json
blob6a3fb4b1590106c16be4820d3725475fb2471a74
2   "name": "Weavy",
3   "version": "1.0.0",
4   "summary": "Weavy is a navigation framework for iOS applications based on a weaving pattern.",
5   "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",
6   "homepage": "https://github.com/twittemb/Weavy",
7   "screenshots": "https://raw.githubusercontent.com/twittemb/Weavy/develop/Resources/weavy_logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Thibault Wittemberg": "thibault.wittemberg@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/thwittem",
16   "platforms": {
17     "ios": "9.3"
18   },
19   "source": {
20     "git": "https://github.com/twittemb/Weavy.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "Weavy/**/*.swift",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "RxSwift": [
31       ">= 4.0.0"
32     ],
33     "RxCocoa": [
34       ">= 4.0.0"
35     ]
36   },
37   "pushed_with_swift_version": "4.0.2"