This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch release/0.28
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/release/0.28 by this push:
     new 69f2484  Update website and license
69f2484 is described below

commit 69f2484d92b86fd2145c0bce4147b7059082047d
Author: YorkShen <[email protected]>
AuthorDate: Mon Oct 28 16:12:24 2019 +0800

    Update website and license
---
 WeexSDK.podspec | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index af264dd..bdb1615 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
 
   s.name         = "WeexSDK"
 
-  s.version      = "0.26.0"
+  s.version      = "0.28.0"
 
   s.summary      = "WeexSDK Source."
 
@@ -12,21 +12,12 @@ Pod::Spec.new do |s|
                    A framework for building Mobile cross-platform UI
                    DESC
 
-  s.homepage     = "https://github.com/alibaba/weex";
+  s.homepage     = "https://github.com/apache/incubator-weex";
   s.license = {
-    :type => 'Copyright',
-    :text => <<-LICENSE
-           Alibaba-INC copyright
-    LICENSE
+    :type => 'Apache-2.0'
   }
   s.authors      = {
-                    "cxfeng1"      => "[email protected]",
-                    "boboning"     => "[email protected]",
-                    "yangshengtao" => "[email protected]",
-                    "kfeagle"      => "[email protected]",
-                    "acton393"     => "[email protected]",
-                    "wqyfavor"     => "[email protected]",
-                    "doumafang "   => "[email protected]"
+                    [email protected]
                    }
   s.platform     = :ios
   s.ios.deployment_target = '9.0'

Reply via email to