Authored by 朱小军

Update YHExplorer.podspec

@@ -5,15 +5,15 @@ Pod::Spec.new do |s| @@ -5,15 +5,15 @@ Pod::Spec.new do |s|
5 s.description = <<-DESC 5 s.description = <<-DESC
6 An WebView Kit integrated Cordova. 6 An WebView Kit integrated Cordova.
7 DESC 7 DESC
8 - s.homepage = "http://git.dev.yoho.cn/utility/yhexplorer" 8 + s.homepage = "http://git.yoho.cn/ios/yhexplorer"
9 s.license = 'MIT' 9 s.license = 'MIT'
10 s.author = { "xugaoqiang" => "eric.xu@yoho.cn" } 10 s.author = { "xugaoqiang" => "eric.xu@yoho.cn" }
11 - s.source = { :git => "http://git.dev.yoho.cn/utility/yhexplorer.git", :tag => s.version.to_s } 11 + s.source = { :git => "http://git.yoho.cn/ios/yhexplorer.git", :tag => s.version.to_s }
12 12
13 s.platform = :ios, '6.0' 13 s.platform = :ios, '6.0'
14 s.requires_arc = true 14 s.requires_arc = true
15 15
16 - s.dependency 'YH_WebP', :git => 'http://git.dev.yoho.cn/utility/yh_webp.git' 16 + s.dependency 'YH_WebP', :git => 'http://git.yoho.cn/ios/yh_webp.git'
17 17
18 s.source_files = 'YHExplorer/*.{h,m}' 18 s.source_files = 'YHExplorer/*.{h,m}'
19 s.resources = 'YHExplorer/*.{xml,js}' 19 s.resources = 'YHExplorer/*.{xml,js}'