blob: fca5a77ff6d7afd12d3bb908c57558013a87a0c1 [file] [log] [blame]
{
"name": "MobS",
"version": "0.0.2",
"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.1",
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "Foundation"
},
"source": {
"git": "https://github.com/hmhv/MobS.git",
"tag": "0.0.2"
},
"source_files": "Sources/MobS/**/*.swift",
"swift_version": "5.1"
}