| { |
| "name": "RxReduce", |
| "version": "0.7", |
| "summary": "RxReduce is a lightweight framework that ease the implementation of a state container pattern in a Reactive Programming compliant way.", |
| "description": "RxReduce provides:\n\n* State and Action abtractions\n* A default, generic and reactive Store\n* Type safe Reducers\n* An elegant way to deal with asynchronicity outside Reducers", |
| "homepage": "https://github.com/RxSwiftCommunity/RxReduce", |
| "screenshots": "https://raw.githubusercontent.com/RxSwiftCommunity/RxReduce/develop/Resources/RxReduce_Logo.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Thibault Wittemberg": "thibault.wittemberg@gmail.com", |
| "RxSwiftCommunity": "https://github.com/RxSwiftCommunity" |
| }, |
| "social_media_url": "http://twitter.com/thwittem", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/RxSwiftCommunity/RxReduce.git", |
| "tag": "0.7" |
| }, |
| "source_files": "RxReduce/**/*.swift", |
| "requires_arc": true, |
| "dependencies": { |
| "RxSwift": [ |
| ">= 4.2.0" |
| ], |
| "RxCocoa": [ |
| ">= 4.2.0" |
| ] |
| } |
| } |