blob: f044509231521be7c52dcadc2fbd25ab10842921 [file] [log] [blame]
{
"name": "SwiftFlowRecorder",
"version": "0.2.2",
"summary": "Time Travel and Hot Reloading for Swift Flow",
"description": "A recording store for Swift Flow. Enables hot-reloading and time travel for Swift Flow apps.\nStill in experimental stage!",
"homepage": "https://github.com/Swift-Flow/Swift-Flow-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/Swift-Flow/Swift-Flow-Recorder.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftFlowRecorder/**/*.swift",
"dependencies": {
"SwiftFlow": [
"~> 0.2.2"
]
}
}