blob: c800ba16270b74b5d06d78130ee458ab1c036b8b [file] [log] [blame]
{
"name": "Scoop",
"version": "1.0.1",
"summary": "Scoop is simply made for downloading files and automatically unzip downloaded files.",
"description": "Scoop is simply made for downloading files. And the downloaded files that can be unzip will be automatically unzipped.",
"homepage": "https://github.com/silexKhan/Scoop",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"silexKhan": "realsilex@naver.com",
"JakyungYoon": "jakyung8@naver.com"
},
"source": {
"git": "https://github.com/silexKhan/Scoop.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Scoop/Classes/**/*",
"ios": {
"dependencies": {
"SSZipArchive": [
]
}
}
}