blob: 74fc5b5083b2183cb7774a3fc2dc10ff4006c1b0 [file] [log] [blame]
{
"name": "Scoop",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Scoop/Classes/**/*",
"ios": {
"dependencies": {
"SSZipArchive": [
]
}
}
}