blob: f14627aa2c72af5863787eff7b18576103356e4c [file] [log] [blame]
{
"name": "MobS",
"version": "0.5.0",
"summary": "Simple, safe state management for swift",
"description": "MobS is a simple and safe state management library transparently applying functional reactive programming (TFRP) and is inspired by [MobX](https://mobx.js.org/).",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/hmhv/MobS",
"social_media_url": "https://hmhv.info",
"authors": {
"hmhv": "admin@hmhv.info"
},
"swift_versions": "5.2",
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "Foundation"
},
"source": {
"git": "https://github.com/hmhv/MobS.git",
"tag": "0.5.0"
},
"source_files": "Sources/MobS/**/*.swift",
"swift_version": "5.2"
}