blob: d9a5e2aaa61de3ac0791e0a68e07da903a6d2053 [file] [log] [blame]
{
"name": "Redux.swift",
"module_name": "Redux",
"version": "3.0.2",
"summary": "An implementation of a predictable state container in Swift.",
"description": "Redux.swift is an implementation of a predictable state container, written in Swift. It aims to enforce separation of concerns and a unidirectional data flow by keeping your entire app state in a single data structure that cannot be mutated directly, instead relying on an action dispatch mechanism to describe changes.",
"homepage": "https://github.com/fellipecaetano/Redux.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fellipe Caetano": "fellipe.caetano4@gmail.com"
},
"source": {
"git": "https://github.com/fellipecaetano/Redux.swift.git",
"tag": "3.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"Source/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}