blob: 68c7a832789b17c477d1cfc9cf3b62951decd53f [file] [log] [blame]
{
"name": "BxUpdateManager",
"version": "1.0.3",
"summary": "Swift manager for checking update from network and local.",
"description": "Swift manager for checking update from network and local.",
"homepage": "https://github.com/ByteriX/BxUpdateManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Balalaev": "sof.bix@mail.ru"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"3.0",
"3.1",
"3.2",
"4.0",
"4.1",
"4.2",
"5.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/ByteriX/BxUpdateManager.git",
"tag": "1.0.3"
},
"frameworks": [
"Foundation"
],
"source_files": [
"BxUpdateManager/Sources/**/*.{swift}",
"BxUpdateManager/Sources/*.{swift}"
],
"dependencies": {
"Reachability": [
]
},
"swift_version": "5.2"
}