Merge branch 'master' of https://gitlab.boxfish.cn/iOS/Specs
Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -13,7 +13,7 @@ Pod::Spec.new do |s| | @@ -13,7 +13,7 @@ Pod::Spec.new do |s| | ||
| 13 | s.summary = "工具类BFEToolsKit." | 13 | s.summary = "工具类BFEToolsKit." |
| 14 | s.description = <<-DESC | 14 | s.description = <<-DESC |
| 15 | BFEToolsKit集合 | 15 | BFEToolsKit集合 |
| 16 | - 去掉私有方法 | 16 | + 更新iPhone Xs机型识别 |
| 17 | DESC | 17 | DESC |
| 18 | s.homepage = "https://www.boxfish.cn" | 18 | s.homepage = "https://www.boxfish.cn" |
| 19 | s.license = "MIT" | 19 | s.license = "MIT" |
| @@ -21,7 +21,7 @@ Pod::Spec.new do |s| | @@ -21,7 +21,7 @@ Pod::Spec.new do |s| | ||
| 21 | #s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFETools.zip"} | 21 | #s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFETools.zip"} |
| 22 | s.author = { "chenzhaoshen" => "alex_coolboy@163.com" } | 22 | s.author = { "chenzhaoshen" => "alex_coolboy@163.com" } |
| 23 | 23 | ||
| 24 | - s.source = { :git => "https://gitlab.boxfish.cn/chenzhaoshen/BFEToolsKit.git", :commit => '8c136de'} | 24 | + s.source = { :git => "https://gitlab.boxfish.cn/chenzhaoshen/BFEToolsKit.git", :commit => '22620f2'} |
| 25 | #, :commit => '082f8319af' | 25 | #, :commit => '082f8319af' |
| 26 | #, :tag => "0.0.2" | 26 | #, :tag => "0.0.2" |
| 27 | 27 |
| @@ -14,5 +14,5 @@ Pod::Spec.new do |s| | @@ -14,5 +14,5 @@ Pod::Spec.new do |s| | ||
| 14 | s.frameworks = "UIKit", "CoreMedia", "Accelerate", "Foundation", "AVFoundation", "CoreVideo", "VideoToolbox", "CoreGraphics", "SystemConfiguration", "OpenAL", "QAVSDK" | 14 | s.frameworks = "UIKit", "CoreMedia", "Accelerate", "Foundation", "AVFoundation", "CoreVideo", "VideoToolbox", "CoreGraphics", "SystemConfiguration", "OpenAL", "QAVSDK" |
| 15 | s.libraries = "c++", "bz2", "stdc++.6", "z", "sqlite3.0", "iconv", "resolv", "protobuf" | 15 | s.libraries = "c++", "bz2", "stdc++.6", "z", "sqlite3.0", "iconv", "resolv", "protobuf" |
| 16 | s.requires_arc = true | 16 | s.requires_arc = true |
| 17 | - s.dependency "AVSDK", '1.9.8.40' | 17 | + s.dependency "AVSDK", '~> 1.9.8.40' |
| 18 | end | 18 | end |
-
Please register or login to post a comment