Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
artFintch committed May 24, 2020
1 parent c221a8d commit b1026f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 2,10 @@

[![Version](https://img.shields.io/cocoapods/v/Frog.svg?style=flat)](https://cocoapods.org/pods/Frog)
[![CI Status](https://img.shields.io/travis/artFintch/Frog.svg?style=flat)](https://travis-ci.org/artFintch/Frog)<br>
[![Swift Version](https://img.shields.io/badge/Swift-4.2-orange.svg)](https://developer.apple.com/swift)
[![Swift Version](https://img.shields.io/badge/Swift-5.0-orange.svg)](https://developer.apple.com/swift)
[![Platform](https://img.shields.io/cocoapods/p/Frog.svg?style=flat)](https://cocoapods.org/pods/Frog)
[![License](https://img.shields.io/cocoapods/l/Frog.svg?style=flat)](https://cocoapods.org/pods/Frog)<br>
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/artFintch)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/swiftyfintch)

Tiny utility for read and write file line by line in Swift. I wrote this for easier work with files in some algorithms implementations. In some cases read and write line by line in Swift take a lot of part of an implementation.
- Automatically closing a file after `deinit` a frog;
Expand Down

0 comments on commit b1026f9

Please sign in to comment.