提交 f21c0046 编写于 作者: Y yixiang

1.1.3 readme

上级 53d24f54
# Release Notes
## 1.1.3
1、DorameonKit界面不占用keyWindow
2、http是强制信任,解决某一些情况下https的请求无法拦截的问题
3、点击空白处收起键盘
4、流量监控支持WKWebView
## 1.1.2
1、沙盒浏览器支持多媒体资源预览
......
......@@ -4,13 +4,13 @@
包含两个subspec,一个是包含“日志显示”的“WithLogger” subspec
```
pod 'DoraemonKit/WithLogger', '1.1.2', :configurations => ['Debug']
pod 'DoraemonKit/WithLogger', '1.1.3', :configurations => ['Debug']
```
一个是不包含“日志显示”的“Core” subspec
```
pod 'DoraemonKit/Core', '1.1.2', :configurations => ['Debug']
pod 'DoraemonKit/Core', '1.1.3', :configurations => ['Debug']
```
默认引入“Core” subspec。
......
......@@ -5,13 +5,13 @@ DoraemonKit contains two subspecs.
One is the "WithLogger" subspec that contains the log display function based on ‘CocoaLumberjack’.
```
pod 'DoraemonKit/WithLogger','1.1.2', :configurations => ['Debug']
pod 'DoraemonKit/WithLogger','1.1.3', :configurations => ['Debug']
```
The other one is the "Core" subspec that does not contain the log display function.
```
pod 'DoraemonKit/Core','1.1.2', :configurations => ['Debug']
pod 'DoraemonKit/Core','1.1.3', :configurations => ['Debug']
```
The "Core" subspec is introduced by default.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册