blob: d53119c69a2181fd522b3291f54fa10b493c5e7e [file] [log] [blame]
{
"name": "Seda",
"version": "0.1.4",
"summary": "Seda is a Redux + Command architecture framework for SwiftUI and UIKit.",
"description": "Seda is a Redux + Command architecture framework for SwiftUI and UIKit.\nSeda's architecture is a composite of the Redux and the Command.",
"homepage": "https://github.com/rizumita/Seda",
"license": "MIT",
"authors": {
"Ryoichi Izumita": "r.izumita@caph.jp"
},
"social_media_url": "https://twitter.com/rizumita",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"source": {
"git": "https://github.com/rizumita/Seda.git",
"tag": "v0.1.4"
},
"source_files": [
"Sources",
"Sources/Seda/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_versions": "5.1",
"swift_version": "5.1"
}