4 "summary": "A basic implementation of Redux state-management in Swift",
5 "description": "A basic implementation of Redux state-management in Swift. Additionally has first-class support for thunks (async actions)",
6 "homepage": "https://github.com/andyksaw/ReduxSwift",
11 "authors": "andyksaw",
15 "swift_version": "4.0",
17 "git": "https://github.com/andyksaw/ReduxSwift.git",
20 "source_files": "ReduxSwift/**/*.{h,swift}",
21 "exclude_files": "Classes/Exclude"