You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by bo...@apache.org on 2017/04/21 10:03:15 UTC

[3/4] incubator-weex git commit: + [ios] bug fix: update podfile

+ [ios] bug fix: update podfile


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

Branch: refs/heads/0.12-dev
Commit: ffb816eb9a5f0ed81e8840cb0c0f01fd59953200
Parents: 6a79dd2
Author: \u9f50\u5c71 <su...@163.com>
Authored: Fri Apr 21 17:53:54 2017 +0800
Committer: \u9f50\u5c71 <su...@163.com>
Committed: Fri Apr 21 17:53:54 2017 +0800

----------------------------------------------------------------------
 ios/playground/Podfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ffb816eb/ios/playground/Podfile
----------------------------------------------------------------------
diff --git a/ios/playground/Podfile b/ios/playground/Podfile
index bda8b39..2bde41c 100644
--- a/ios/playground/Podfile
+++ b/ios/playground/Podfile
@@ -10,7 +10,7 @@ def common
     pod 'ATSDK-Weex', '0.0.1'
     
     # WeexGcanvas is added by Weex Plugin, more info at https://market.dotwe.org/ext/list.htm
-    pod 'WeexGcanvas'
+    pod 'WeexGcanvas', '0.0.1.9'
 end
 
 target 'WeexDemo' do