2 "name": "SwiftyJSONFetch",
4 "summary": "A lightweight JSON fetching library.",
5 "description": "Due to the amount of coding challenges for new jobs, where 99% are about loading JSON from somewhere, I decided to implement my own solution instead of using Alamofire (which is indeed awesome) or another library. That helped me refreshing my knowledge and in the end I learned something new. I also decided to make it public so you guys can learn or even make it better. Feel free to contribute! Bring in your ideas!",
6 "homepage": "https://github.com/titatomte/SwiftyJSONFetch",
12 "Thomas Marien": "titatomte@gmail.com"
15 "git": "https://github.com/titatomte/SwiftyJSONFetch.git",
21 "swift_versions": "5.0",
22 "source_files": "SwiftyJSONFetch/Classes/**/*",
23 "swift_version": "5.0"