Authored by ZhangTonghai

最低支持iOS10

Pod::Spec.new do |s|
s.name = "YHExplorer"
s.version = "1.6.1"
s.version = "1.7.0"
s.summary = "Integrated WebView with Cordova"
s.description = <<-DESC
An WebView Kit integrated Cordova.
... ... @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = { "ios team" => "iosdev@yoho.cn" }
s.source = { :git => "http://git.yoho.cn/ios/yhexplorer.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.platform = :ios, '10.0'
s.requires_arc = true
# s.dependency 'ALWlibwebp'
... ... @@ -45,6 +45,6 @@ Pod::Spec.new do |s|
ss.source_files = 'YHExplorer/YHPlugins/*.{h,m}'
end
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'CoreLocation', 'AudioToolbox', 'CoreMotion', 'AssetsLibrary', 'MobileCoreServices'
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'CoreLocation', 'AudioToolbox', 'CoreMotion', 'AssetsLibrary', 'CoreServices'
s.dependency 'libwebp', '~> 1.0'
end
... ...