blob: 1ada5587317ee077ee3fe33424bf656fdf289bde [file] [log] [blame]
{
"name": "ReSwiftConsumer",
"version": "0.1.8",
"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.1.8"
},
"social_media_url": "https://twitter.com/hansoolabs",
"platforms": {
"ios": "10.3"
},
"source_files": "ReSwiftConsumer/Classes/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"ReSwift": [
]
}
}