[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / e / RxReduce / 0.7 / RxReduce.podspec.json
blob8b35807bd7be36c5a5ee5431d7208bef87173f24
2   "name": "RxReduce",
3   "version": "0.7",
4   "summary": "RxReduce is a lightweight framework that ease the implementation of a state container pattern in a Reactive Programming compliant way.",
5   "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",
6   "homepage": "https://github.com/RxSwiftCommunity/RxReduce",
7   "screenshots": "https://raw.githubusercontent.com/RxSwiftCommunity/RxReduce/develop/Resources/RxReduce_Logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Thibault Wittemberg": "thibault.wittemberg@gmail.com",
14     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
15   },
16   "social_media_url": "http://twitter.com/thwittem",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/RxSwiftCommunity/RxReduce.git",
22     "tag": "0.7"
23   },
24   "source_files": "RxReduce/**/*.swift",
25   "requires_arc": true,
26   "dependencies": {
27     "RxSwift": [
28       ">= 4.2.0"
29     ],
30     "RxCocoa": [
31       ">= 4.2.0"
32     ]
33   }