blob: 80dd08be96827c4000484dfe989ffaae725cbc9d [file] [log] [blame]
{
"name": "SwiftyJSONFetch",
"version": "0.1.2",
"summary": "A lightweight JSON fetching library.",
"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!",
"homepage": "https://github.com/titatomte/SwiftyJSONFetch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thomas Marien": "titatomte@gmail.com"
},
"source": {
"git": "https://github.com/titatomte/SwiftyJSONFetch.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "SwiftyJSONFetch/Classes/**/*",
"swift_version": "5.0"
}