| { |
| "name": "EnterpriseAppUpdater", |
| "version": "1.1.0", |
| "summary": "Manage iOS In-House App Updates", |
| "description": "Enterprise App Updater loads app's manifest file, checks for a new version, provides an alert with patch notes and starts the update.", |
| "screenshots": "https://github.com/DnV1eX/EnterpriseAppUpdater/raw/master/Screenshot.png", |
| "homepage": "https://github.com/DnV1eX/EnterpriseAppUpdater", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Alexey Demin": "dnv1ex@ya.ru" |
| }, |
| "social_media_url": "http://twitter.com/dnv1ex", |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/DnV1eX/EnterpriseAppUpdater.git", |
| "tag": "1.1.0" |
| }, |
| "source_files": "Sources/EnterpriseAppUpdater/EnterpriseAppUpdater.swift", |
| "frameworks": "UIKit", |
| "swift_version": "5.0" |
| } |