blob: 25bd7070859a33ef387aa86ca96cad356d88e97f [file] [log] [blame]
{
"name": "ReSwiftConsumer",
"version": "0.9.0",
"summary": "With ReSwiftConsumer you can consume segmented property changes of state.",
"description": "With ReSwift Consumer, we can observe the property changes interested using Property selector.\nIt include some components that can be used in ViewController level.",
"homepage": "https://github.com/brownsoo/ReSwift-Consumer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"brownsoo": "hansune@me.com"
},
"source": {
"git": "https://github.com/brownsoo/ReSwift-Consumer.git",
"tag": "0.9.0"
},
"social_media_url": "https://twitter.com/hansoolabs",
"platforms": {
"ios": "11.0",
"tvos": "9.0"
},
"source_files": "ReSwiftConsumer/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"ReSwift": [
"~> 5.0.0"
]
},
"swift_versions": [
"5.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}