blob: ffddb7415cd0ed0b7da70fbf7166bf75aff13e87 [file] [log] [blame]
{
"name": "SwiftyState",
"version": "1.1.1",
"summary": "A State Engine with a debug UI on iOS and iPadOS",
"description": "With SwiftyState you create a single struct to keep all your data in, then you create actions to change that data. That struct is a central source of truth and you can subscribe to receive changes without worry about the rest of the application. You also get a GUI where you can see the state and even revert and replay the changes.",
"homepage": "https://github.com/mrtksn/SwiftyState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mrtksn": "mrtksn@gmail.com"
},
"source": {
"git": "https://github.com/mrtksn/SwiftyState.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "SwiftyState/Classes/**/*",
"swift_version": "5.0"
}