Authored by 朱小军

Update YHExplorer.podspec

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