Authored by ZhangTonghai

最低支持iOS10

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