blob: 4ba119139fb2bf39e814198095623ca69d545c0d [file] [log] [blame]
{
"name": "BxUpdateManager",
"version": "1.0.1",
"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": "4.0",
"source": {
"git": "https://github.com/ByteriX/BxUpdateManager.git",
"tag": "1.0.1"
},
"frameworks": [
"Foundation"
],
"source_files": [
"BxUpdateManager/Sources/**/*.{swift}",
"BxUpdateManager/Sources/*.{swift}"
],
"dependencies": {
"Reachability": [
]
},
"swift_version": "4.0"
}