blob: 93817bc273b9f8355c21a93a152ae4c8c70fdbd3 [file] [log] [blame]
{
"name": "ReSwift",
"version": "4.0.0",
"summary": "Unidirectional Data Flow in Swift",
"description": "ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.\nIt embraces a unidirectional data flow that only allows state mutations through declarative actions.",
"homepage": "https://github.com/ReSwift/ReSwift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Benjamin Encz": "me@benjamin-encz.de"
},
"documentation_url": "http://reswift.github.io/ReSwift/",
"social_media_url": "http://twitter.com/benjaminencz",
"source": {
"git": "https://github.com/ReSwift/ReSwift.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "ReSwift/**/*.swift",
"pushed_with_swift_version": "3.0"
}