You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/24 09:33:49 UTC

[31/51] [abbrv] incubator-weex git commit: + [ios] update podfile

+ [ios] 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/bdec7b5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/bdec7b5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/bdec7b5d

Branch: refs/heads/0.13-dev
Commit: bdec7b5d5892de5e2933a442a5212699cbfdfdd9
Parents: 099add0
Author: \u9f50\u5c71 <su...@163.com>
Authored: Fri Apr 21 18:16:24 2017 +0800
Committer: \u9f50\u5c71 <su...@163.com>
Committed: Fri Apr 21 18:16:24 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/bdec7b5d/ios/playground/Podfile
----------------------------------------------------------------------
diff --git a/ios/playground/Podfile b/ios/playground/Podfile
index 2bde41c..bda8b39 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', '0.0.1.9'
+    pod 'WeexGcanvas'
 end
 
 target 'WeexDemo' do