blob: 3810febdd55a5c620d970cf02364ddcb7074e1a6 [file] [log] [blame]
{
"name": "ReSwiftRecorder",
"version": "0.2.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ReSwiftRecorder/**/*.swift",
"dependencies": {
"ReSwift": [
"~> 0.2.4"
]
}
}