[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 6 / Phiole / 1.0.0 / Phiole.podspec.json
blob9f44bf72634bab849c11d0183587fc24637869da
2   "name": "Phiole",
3   "version": "1.0.0",
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)",
9   "platforms": {
10     "ios": "8.0",
11     "osx": "10.9"
12   },
13   "source": {
14     "git": "https://github.com/phimage/Phiole.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "*.swift",
18   "resources": "logo-128x128.png"