blob: a61b79a155c09c41c3eb5e4c5fa92e70666fa008 [file] [log] [blame]
{
"name": "ReSwiftRecorder",
"version": "0.2.5",
"summary": "Time Travel and Hot Reloading for ReSwift",
"description": "A recording store for ReSwift. Enables hot-reloading and time travel for ReSwift apps.\nStill in experimental stage!",
"homepage": "https://github.com/ReSwift/ReSwift-Recorder",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Benjamin Encz": "me@benjamin-encz.de"
},
"social_media_url": "http://twitter.com/benjaminencz",
"source": {
"git": "https://github.com/ReSwift/ReSwift-Recorder.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ReSwiftRecorder/**/*.swift",
"dependencies": {
"ReSwift": [
"~> 1.0.0"
]
}
}