blob: 8e37f03e57aa4cb4bcdf5f8d183a2a60bfab0ebb [file] [log] [blame]
{
"name": "ReactiveStore",
"version": "1.1.0",
"summary": "Simple reactive store implementation for state management written in Swift.",
"homepage": "https://github.com/kzlekk/ReactiveStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Natan Zalkin": "natan.zalkin@me.com"
},
"source": {
"git": "https://kzlekk@github.com/kzlekk/ReactiveStore.git",
"tag": "1.1.0"
},
"module_name": "ReactiveStore",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "ReactiveStore/*.swift",
"swift_version": "5.0"
}