[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / 1 / a / SFNetworkMonitor / 0.1.0 / SFNetworkMonitor.podspec.json
blob75ab0a2869603b2b04980eeada557ec5273cb36e
2   "name": "SFNetworkMonitor",
3   "version": "0.1.0",
4   "summary": "监听网络状态工具类",
5   "description": "可以选择闭包方式或通知方式获取网络状态,全局单例",
6   "homepage": "https://github.com/Sfh03031/SFNetworkMonitor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sfh03031": "sfh894645252@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Sfh03031/SFNetworkMonitor.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "SFNetworkMonitor/Classes/**/*",
22   "dependencies": {
23     "ReachabilitySwift": [
25     ]
26   }