blob: 030225853eac3d98a8eca329d8edc850ccb76563 [file] [log] [blame]
{
"name": "ShazamLite",
"version": "1.0.0",
"swift_versions": "4.2",
"summary": "An asynchronous, easy-to-use, and rapid HTTP Networking framework for iOS.",
"description": "ShazamLite is Networking framework built on top of URLSession that provides custom request building, response assessing, and error handling as well as custom JSON Decoding.",
"homepage": "https://github.com/MediBoss/ShazamLite",
"license": "MIT",
"authors": {
"Medi Assumani": "mediassumani49@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/MediBoss/ShazamLite.git",
"tag": "1.0.0"
},
"source_files": "Shazam/Shazam/Source/**.swift",
"swift_version": "4.2"
}