blob: 9e4306259d4a257e747d5376e6c2c6f9e25fa729 [file] [log] [blame]
{
"name": "ReduxyRecorder",
"version": "0.3.0",
"summary": "Recorder extension for Reduxy.",
"description": "ReduxyRecorder provides features to record and replay pairs of action and state of Reduxy.",
"homepage": "https://github.com/skyofdwarf/ReduxyRecorder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skyofdwarf": "skyofdwarf@gmail.com"
},
"source": {
"git": "https://github.com/skyofdwarf/ReduxyRecorder.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReduxyRecorder/Classes/**/*",
"dependencies": {
"Reduxy": [
"~> 0.3"
]
},
"deprecated": true
}