[Add] Libbox 1.0.5
[CocoaPods.git] / Specs / 7 / 9 / f / SwiftNTP / 0.0.1 / SwiftNTP.podspec.json
blob679e806663240ab85bb65b249fe2ef38569e0dd3
2   "name": "SwiftNTP",
3   "version": "0.0.1",
4   "summary": "Network Time Protocol implementation for Swift",
5   "homepage": "https://github.com/thisfin/SwiftNTP",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liyi": "thisfin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/thisfin/SwiftNTP.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source_files": "Sources/**/*.swift",
21   "swift_versions": "5.0",
22   "dependencies": {
23     "CocoaAsyncSocket": [
24       "~> 7.6.5"
25     ]
26   },
27   "swift_version": "5.0"