[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 9 / 3 / RxRedux / 0.1.0 / RxRedux.podspec.json
blobd9c11044900c4450af28dc87ad894b8d69ca383f
2   "name": "RxRedux",
3   "version": "0.1.0",
4   "summary": "Redux using ReactiveX",
5   "description": "ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.\nIt embraces a unidirectional data flow that only allows state mutations through declarative actions.\nThis library base on ReSwift - Benjamin Encz",
6   "homepage": "https://github.com/hungdv136/ReSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hung Dinh": "hungdv136@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hungdv136/ReSwift.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/hungdv136",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ReSwift/**/*.swift",
23   "dependencies": {
24     "RxSwift": [
25       "~> 3.0"
26     ],
27     "RxCocoa": [
28       "~> 3.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"