blob: 9d24edf92d1a8147982fbcd1ba908a3d417a1a85 [file] [log] [blame]
{
"name": "StreamReader",
"version": "0.1.0",
"summary": "Line-by-line file reader",
"description": "Small library that reads lines from a file.\n\n Default line delimiter (`\n`), string encoding (`UTF-8`) and chunk size (`4096`) can be set with optional parameters.",
"homepage": "https://github.com/hectr/swift-stream-reader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hèctor Marquès": "h@mrhector.me"
},
"social_media_url": "https://twitter.com/elnetus",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/hectr/swift-stream-reader.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}