You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/03/28 11:35:53 UTC

[3/4] incubator-weex-site git commit: [iOS] edit devtoll doc en

[iOS] edit devtoll doc en


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/ecf00c16
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/ecf00c16
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/ecf00c16

Branch: refs/heads/master
Commit: ecf00c1697fc836371c86acfa8ecbf4bbaff1a76
Parents: bc431eb
Author: zhongcang <pe...@alibaba-inc.com>
Authored: Wed Mar 28 18:04:56 2018 +0800
Committer: zhongcang <pe...@alibaba-inc.com>
Committed: Wed Mar 28 18:04:56 2018 +0800

----------------------------------------------------------------------
 source/guide/integrate-devtool-to-ios.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/ecf00c16/source/guide/integrate-devtool-to-ios.md
----------------------------------------------------------------------
diff --git a/source/guide/integrate-devtool-to-ios.md b/source/guide/integrate-devtool-to-ios.md
index 4721a23..fb12e9a 100644
--- a/source/guide/integrate-devtool-to-ios.md
+++ b/source/guide/integrate-devtool-to-ios.md
@@ -29,7 +29,7 @@ There are two choices to install dependencies:
 
 ```
 source https://github.com/CocoaPods/Specs.git,
-pod  'WXDevtool',   '0.7.0', :configurations => ['Debug'],
+pod  'WXDevtool', '0.15.3', :configurations => ['Debug'],
 ```
 
 I strongly recommend you use the latest version since both Weex SDK and devtools are developed iteratively and rapidly.