[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 8 / SwiftFlowRecorder / 0.2 / SwiftFlowRecorder.podspec.json
blobf9c34208934fc515ec4d55a2eaee824aa2a3c60a
2   "name": "SwiftFlowRecorder",
3   "version": "0.2",
4   "summary": "Time Travel and Hot Reloading for Swift Flow",
5   "description": "A recording store for Swift Flow. Enables hot-reloading and time travel for Swift Flow apps.\nStill in experimental stage!",
6   "homepage": "https://github.com/Swift-Flow/Swift-Flow-Recorder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benjamin Encz": "me@benjamin-encz.de"
13   },
14   "social_media_url": "http://twitter.com/benjaminencz",
15   "source": {
16     "git": "https://github.com/Swift-Flow/Swift-Flow-Recorder.git",
17     "tag": "v0.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "SwiftFlowRecorder/**/*.swift",
24   "dependencies": {
25     "SwiftFlow": [
26       "~> 0.2"
27     ]
28   }