| { |
| "name": "ReSwiftRecorder", |
| "version": "0.4.0", |
| "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.4.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "ReSwiftRecorder/**/*.swift", |
| "dependencies": { |
| "ReSwift": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |