[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / c / d / SwiftyJSONFetch / 0.1.3 / SwiftyJSONFetch.podspec.json
blob9c48a7c7380ee61da35523c7f56c505e4650db7f
2   "name": "SwiftyJSONFetch",
3   "version": "0.1.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thomas Marien": "titatomte@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/titatomte/SwiftyJSONFetch.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SwiftyJSONFetch/Classes/**/*",
23   "swift_version": "5.0"