4 "summary": "Allow to write or read from standards stream in swift",
5 "description": "Simple object to wrap three NSFileHandle: 'output', 'error' to write and 'input' to read\n\nThis object could be used in script or CLI application instead of using `print()`.\nThis adds the following abilities :\n* Write to a file by declaring transparently an [NSFileHandle](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSFileHandle_Class/index.html) as output stream\n* Write to error stream\n* Read from input stream",
6 "homepage": "https://github.com/phimage/Phiole",
7 "license": "MIT (Eric Marchand)",
8 "authors": "Eric Marchand (phimage)",
14 "git": "https://github.com/phimage/Phiole.git",
17 "source_files": "*.swift",
18 "resources": "logo-128x128.png"