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