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