blob: 48703c9436a1a616ffaf540de05f735e19863a61 [file] [log] [blame]
{
"name": "SwiftRedux",
"version": "0.1.2",
"swift_version": "4.1",
"license": "MIT",
"summary": "Redux approach using Swift",
"homepage": "https://github.com/MaximBazarov/SwiftRedux",
"authors": {
"Maxim Bazarov": "bazaroffma@gmail.com"
},
"source": {
"git": "https://github.com/MaximBazarov/SwiftRedux.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"FunctionalFoundation": [
]
}
}