blob: ba37ecbc2bf665fb772c7b81af1eeb6838139b7f [file] [log] [blame]
{
"name": "MobS",
"version": "0.3.5",
"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.3.5"
},
"source_files": "Sources/MobS/**/*.swift",
"swift_version": "5.2"
}