blob: d8865dbd32e600213f819f126bf3fabfaf2cb4c6 [file] [log] [blame]
{
"name": "Unicore",
"version": "0.0.2",
"swift_version": "4.1",
"license": "MIT",
"summary": "Unicore — unidirectional dispatcher and state manager",
"homepage": "https://github.com/MaximBazarov/Unicore",
"authors": {
"Maxim Bazarov": "bazaroffma@gmail.com"
},
"source": {
"git": "https://github.com/MaximBazarov/Unicore.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"FunctionalFoundation": [
]
}
}