[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 4 / e / RxReduce / 0.4 / RxReduce.podspec.json
blob670755c8e7e95df0af49b0555f0816b0b4f24002
2   "name": "RxReduce",
3   "version": "0.4",
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/twittemb/RxReduce",
7   "screenshots": "https://raw.githubusercontent.com/twittemb/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   },
15   "social_media_url": "http://twitter.com/thwittem",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/twittemb/RxReduce.git",
21     "tag": "0.4"
22   },
23   "source_files": "RxReduce/**/*.swift",
24   "requires_arc": true,
25   "dependencies": {
26     "RxSwift": [
27       ">= 4.0.0"
28     ],
29     "RxCocoa": [
30       ">= 4.0.0"
31     ]
32   }