Skip to content

Commit

Permalink
1、使用SnapKit库重构了弹窗基类及部分弹窗视图,支持横竖屏切换换;
Browse files Browse the repository at this point in the history
2、支持多个弹窗存在(详细请查看:同时显示两个弹窗的演示);
3、升级到Swift4.2;
  • Loading branch information
choiceyou committed Feb 14, 2019
1 parent 6213a26 commit 25088ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FWPopupView/FWPopupView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "FWPopupView"
s.version = "3.1.5"
s.version = "4.0.0"
s.summary = "自定义弹窗"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -64,7 +64,7 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#

s.swift_version = "4.0"
s.swift_version = "4.2"
s.platform = :ios
s.platform = :ios, "8.0"

Expand Down Expand Up @@ -131,7 +131,8 @@ Pod::Spec.new do |s|
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.

# s.requires_arc = true
s.requires_arc = true
s.dependency "SnapKit"

# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"
Expand Down

0 comments on commit 25088ec

Please sign in to comment.