blob: 10bb4bb7a16b2d76ace695e0c64a4f52435d43dd [file] [log] [blame]
{
"name": "Frog",
"version": "1.2.0",
"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.2.0"
},
"social_media_url": "https://twitter.com/swiftyfinch",
"platforms": {
"osx": "10.15"
},
"swift_versions": "5.0",
"source_files": "Frog/Classes/**/*",
"swift_version": "5.0"
}