[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 4 / 0 / d / BxUpdateManager / 0.9.2 / BxUpdateManager.podspec.json
bloba9eea8245d0f73d3b3b6ef9366fa0e265a2276fe
2   "name": "BxUpdateManager",
3   "version": "0.9.2",
4   "summary": "Swift manager for checking update from network and local.",
5   "description": "Swift manager for checking update from network and local.",
6   "homepage": "https://github.com/ByteriX/BxUpdateManager.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Balalaev": "sof.bix@mail.ru"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ByteriX/BxUpdateManager.git",
19     "tag": "0.9.2"
20   },
21   "frameworks": [
22     "Foundation"
23   ],
24   "source_files": [
25     "BxUpdateManager/Sources/**/*.{swift}",
26     "BxUpdateManager/Sources/*.{swift}"
27   ],
28   "dependencies": {
29     "Reachability": [
31     ]
32   },
33   "pushed_with_swift_version": "3.0"