blob: 6cc860dcf62b75db0a3737acca4db3dcd06aa56c [file] [log] [blame]
{
"name": "DLUpdater",
"version": "0.5.0",
"summary": "An extension framework based on `Siren` for checking update of iOS app.",
"description": "An extension framework based on `Siren` for checking update of iOS app.",
"homepage": "https://github.com/dklinzh/DLUpdater",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Lin": "linzhdk@gmail.com"
},
"source": {
"git": "https://github.com/dklinzh/DLUpdater.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "DLUpdater/Classes/**/*",
"dependencies": {
"Siren": [
"5.2.1"
]
},
"swift_version": "5.0"
}