[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 4 / 0 / d / BxUpdateManager / 1.0.1 / BxUpdateManager.podspec.json
blob4ba119139fb2bf39e814198095623ca69d545c0d
2   "name": "BxUpdateManager",
3   "version": "1.0.1",
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   "swift_versions": "4.0",
18   "source": {
19     "git": "https://github.com/ByteriX/BxUpdateManager.git",
20     "tag": "1.0.1"
21   },
22   "frameworks": [
23     "Foundation"
24   ],
25   "source_files": [
26     "BxUpdateManager/Sources/**/*.{swift}",
27     "BxUpdateManager/Sources/*.{swift}"
28   ],
29   "dependencies": {
30     "Reachability": [
32     ]
33   },
34   "swift_version": "4.0"