blob: 732570481f7b3ec012260cdfff128304d11e0d36 [file] [log] [blame]
{
"name": "ReSwiftConsumer",
"version": "0.1.0",
"summary": "Selective Property Consumer using ReSwift.",
"description": "A Consumer for state changes. Using ReSwiftConsumer you can selectively observe property changes of ReSwift global state.",
"homepage": "https://github.com/brownsoo/ReSwift-Consumer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brownsoo": "hansune@me.com"
},
"source": {
"git": "https://github.com/brownsoo/ReSwift-Consumer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "ReSwiftConsumer/Classes/**/*",
"dependencies": {
"ReSwift": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}