[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 9 / Frog / 1.1.2 / Frog.podspec.json
blob7fc1cb4c3f83e5c2d55cc211ab70661586aac4ea
2   "name": "Frog",
3   "version": "1.1.2",
4   "summary": "Tiny utility for read and write file line by line in Swift.",
5   "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.",
6   "homepage": "https://github.com/artFintch/Frog",
7   "screenshots": "https://pbs.twimg.com/media/DsYELTUXQAEZ1zx.jpg",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Vyacheslav Khorkov": "artfintch@ya.ru"
14   },
15   "source": {
16     "git": "https://github.com/artFintch/Frog.git",
17     "tag": "1.1.2"
18   },
19   "social_media_url": "https://twitter.com/artFintch",
20   "platforms": {
21     "osx": "10.10"
22   },
23   "swift_version": "4.2",
24   "source_files": "Frog/Classes/**/*"