From ad8369cf666ddad851ff2e110243f987f1d6ae9e Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 04 May 2017 12:10:01 +0800
Subject: [PATCH] [Fix] WAPushImpl (3.6.3)
---
WAPushImpl.podspec | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WAPushImpl.podspec b/WAPushImpl.podspec
index 5f9c88e..4891bde 100644
--- a/WAPushImpl.podspec
+++ b/WAPushImpl.podspec
@@ -14,7 +14,7 @@
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAPushImpl.git'
-s.source = { :git => "http://admin@172.16.100.58:7070/r/WAPushImpl.git" , :tag => s.version}
+s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAPushImpl.git" , :tag => s.version}
s.platform = :ios
s.ios.deployment_target = "7.0"
s.vendored_frameworks = 'frameworks/*.framework'
--
Gitblit v1.8.0