blob: fd174a26beb141c3189f8662ffeebf71b170086d [file] [log] [blame]
{
"name": "Frog",
"version": "1.0.1",
"summary": "Tiny utility for read and write file line by line in Swift.",
"description": "I wrote this for easier work with files in some algorithms implementations.\nIn some cases read and write line by line in Swift take a lot of part of an implementation.",
"homepage": "https://github.com/artFintch/Frog",
"screenshots": "https://pbs.twimg.com/media/DsYELTUXQAEZ1zx.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vyacheslav Khorkov": "artfintch@ya.ru"
},
"source": {
"git": "https://github.com/artFintch/Frog.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/artFintch",
"platforms": {
"osx": "10.10"
},
"swift_version": "4.2",
"source_files": "Frog/Classes/**/*"
}