| { |
| "name": "redux-swift", |
| "version": "0.1.1", |
| "summary": "A basic implementation of Redux state-management in Swift", |
| "description": "A basic implementation of Redux state-management in Swift. Additionally has first-class support for thunks (async actions)", |
| "homepage": "https://github.com/andyksaw/ReduxSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": "andyksaw", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_version": "4.0", |
| "source": { |
| "git": "https://github.com/andyksaw/ReduxSwift.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "ReduxSwift/**/*.{h,swift}", |
| "exclude_files": "Classes/Exclude" |
| } |