blob: 3a8a9740f0226026ef7add51739ae5f5c386a338 [file] [log] [blame]
{
"name": "Update",
"version": "1.2.1",
"summary": "An observable object for SwiftUI that checks if new version of app is available.",
"description": "Update is an observable object for SwiftUI that checks if new version of app is available.",
"homepage": "https://github.com/alexandrehsaad/Update",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Alexandre",
"swift_versions": "5.0",
"frameworks": "SwiftUI",
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/alexandrehsaad/Update.git",
"tag": "1.2.1"
},
"source_files": "Update/**/*.{swift}",
"resource_bundles": {
"Update": [
"Update/Ressource/*.lproj/*.strings"
]
},
"swift_version": "5.0"
}