[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 6 / SwiftRex / 0.2.2 / SwiftRex.podspec.json
blob8fb7dee46f316ef8f04b522acecfdcf6d4ca197f
2   "name": "SwiftRex",
3   "version": "0.2.2",
4   "summary": "SwiftRex is a Redux implementation on top of RxSwift",
5   "description": "SwiftRex is a framework that combines event-sourcing pattern and reactive programming (RxSwift), providing a central state Store of which your ViewControllers can observe and react to, as well as dispatching events coming from the user interaction.\nThis pattern is also known as 'Unidirectional Dataflow' or 'Redux'.",
6   "homepage": "https://github.com/SwiftRex/SwiftRex",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luiz Barbosa": "swiftrex@developercity.de"
13   },
14   "source": {
15     "git": "https://github.com/swiftrex/SwiftRex.git",
16     "tag": "v0.2.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "Sources/**/*.{swift,h,m}",
26   "frameworks": "Foundation",
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.1"
30     ]
31   }