From 042778198b1c972224879d2fb2b837c33af49e75 Mon Sep 17 00:00:00 2001 From: yixiangboy <919727170@qq.com> Date: Wed, 6 Nov 2019 18:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=80=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/iOS-ReleaseNotes.md | 4 ++++ Doc/iOS_cn_guide.md | 14 +++++++------- README.md | 4 ++-- README_EN.md | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Doc/iOS-ReleaseNotes.md b/Doc/iOS-ReleaseNotes.md index b2eceebe..0d0b9a1f 100644 --- a/Doc/iOS-ReleaseNotes.md +++ b/Doc/iOS-ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +### 2.0.0 +1、支持旧版本Xcdoe编译SDK无法通过的问题 +2、解决2.0前置版本1.2.4的相关问题 + ### 1.2.4 1、新增函数耗时功能 diff --git a/Doc/iOS_cn_guide.md b/Doc/iOS_cn_guide.md index ee140363..b1b849d8 100644 --- a/Doc/iOS_cn_guide.md +++ b/Doc/iOS_cn_guide.md @@ -5,13 +5,13 @@ #### 1.1: cocoapods依赖 ``` - pod 'DoraemonKit/Core', '~> 1.2.4', :configurations => ['Debug'] //必选 - pod 'DoraemonKit/WithLogger', '~> 1.2.4', :configurations => ['Debug'] //可选 - pod 'DoraemonKit/WithGPS', '~> 1.2.4', :configurations => ['Debug'] //可选 - pod 'DoraemonKit/WithLoad', '~> 1.2.4', :configurations => ['Debug'] //可选 - pod 'DoraemonKit/WithWeex', '~> 1.2.4', :configurations => ['Debug'] //可选 - pod 'DoraemonKit/WithDatabase', '~> 1.2.4', :configurations => ['Debug'] //可选 - pod 'DoraemonKit/WithMLeaksFinder', '1.2.4', :configurations => ['Debug'] //可选 + pod 'DoraemonKit/Core', '~> 2.0.0', :configurations => ['Debug'] //必选 + pod 'DoraemonKit/WithLogger', '~> 2.0.0', :configurations => ['Debug'] //可选 + pod 'DoraemonKit/WithGPS', '~> 2.0.0', :configurations => ['Debug'] //可选 + pod 'DoraemonKit/WithLoad', '~> 2.0.0', :configurations => ['Debug'] //可选 + pod 'DoraemonKit/WithWeex', '~> 2.0.0', :configurations => ['Debug'] //可选 + pod 'DoraemonKit/WithDatabase', '~> 2.0.0', :configurations => ['Debug'] //可选 + pod 'DoraemonKit/WithMLeaksFinder', '2.0.0', :configurations => ['Debug'] //可选 ``` Core subspec作为核心,必须引入。 diff --git a/README.md b/README.md index 5a72aaa5..70a26066 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
DoraemonKit - - + +
diff --git a/README_EN.md b/README_EN.md index 625e8f41..1b473125 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,8 +1,8 @@
DoraemonKit - - + +
-- GitLab