Commit 6a3ca5821e267238cfa56eab25b139f50be56083
1 parent
cffcbcd7
更新获取displayViewController方法 如果获取出的controller是uialertController时用上一级的controller
Showing
3 changed files
with
2 additions
and
2 deletions
DSBaseModuleF.podspec
| 1 | 1 | Pod::Spec.new do |s| |
| 2 | 2 | |
| 3 | 3 | s.name = "DSBaseModuleF" |
| 4 | - s.version = "0.0.24" | |
| 4 | + s.version = "0.0.25" | |
| 5 | 5 | s.summary = "DSBaseModuleF" |
| 6 | 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 7 | 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } |
| ... | ... | @@ -9,7 +9,7 @@ Pod::Spec.new do |s| |
| 9 | 9 | s.source = { :git => 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSBaseModuleF.git', :tag => s.version.to_s } |
| 10 | 10 | s.ios.deployment_target = '9.0' |
| 11 | 11 | s.vendored_frameworks = "DSBaseModuleF/Frameworks/DSBaseModule.framework" |
| 12 | - s.frameworks = 'Foundation', 'UIKit', 'Contacts', 'Photos' | |
| 12 | + s.frameworks = 'Foundation', 'UIKit', 'Contacts', 'Photos', 'Contacts', 'MapKit' | |
| 13 | 13 | |
| 14 | 14 | s.dependency 'QMUIKit', '4.0.2' |
| 15 | 15 | s.dependency 'Masonry', '1.1.0' | ... | ... |
DSBaseModuleF/Frameworks/DSBaseModule.framework/DSBaseModule
No preview for this file type
DSBaseModuleF/Frameworks/DSBaseModule.framework/Info.plist
No preview for this file type