blob: 3a99c675f01003f7f6fd85c182cecf958477bb4f [file] [log] [blame]
{
"name": "Unicore",
"version": "3.0.2",
"swift_versions": "5",
"license": "MIT",
"summary": "The Unicore is an application design approach which lets you increase the reliability and maintainability of your application.",
"description": "The Unicore is an application design approach which lets you increase the reliability and maintainability of your application, increase testability, and give your team the flexibility by decoupling code of an application. It is a convenient combination of the data-driven and redux.js ideas. The framework itself provides you with a convenient way to apply this approach to your app.",
"homepage": "https://github.com/Unicore/Unicore",
"authors": {
"Maxim Bazarov": "bazaroffma@gmail.com"
},
"source": {
"git": "https://github.com/Unicore/Unicore.git",
"tag": "3.0.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Unicore/**/*.swift",
"dependencies": {
"Command": [
]
},
"swift_version": "5"
}