blob: 9f5e59cafc462d651d284bc0d2d09f40f719a9ac [file] [log] [blame]
{
"name": "Redux.swift",
"module_name": "Redux",
"version": "0.1.3",
"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": "0.1.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Redux.swift/Classes/**/*"
}