Skip to content

Commit

Permalink
update 2.3.7 & support spm
Browse files Browse the repository at this point in the history
  • Loading branch information
allen committed Sep 24, 2023
1 parent 9188103 commit f924247
Show file tree
Hide file tree
Showing 41 changed files with 668 additions and 5,457 deletions.
57 changes: 4 additions & 53 deletions AEAlertView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Pod::Spec.new do |s|
#

s.name = "AEAlertView"
s.version = "2.3.6"
s.summary = "update & fix bug for 2.3.3"
s.version = "2.3.7"
s.summary = "update 2.3.7 support spm"

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = "support iOS 16"
s.description = "support spm"

s.homepage = "https://github.com/Allen0828/AEAlertView"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
Expand Down Expand Up @@ -72,66 +72,17 @@ Pod::Spec.new do |s|
# s.tvos.deployment_target = "9.0"


# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Specify the location from where the source should be retrieved.
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/Allen0828/AEAlertView.git", :tag => "v#{s.version}" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# CocoaPods is smart about how it includes source code. For source files
# giving a folder will include any swift, h, m, mm, c & cpp files.
# For header files it will include any header in the folder.
# Not including the public_header_files will make all headers public.
#

s.source_files = "AEAlertView/Classes/**/*"
# s.exclude_files = "Classes/Exclude"

# s.public_header_files = "Classes/**/*.h"


# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# A list of resources included with the Pod. These are copied into the
# target bundle with a build phase script. Anything else will be cleaned.
# You can preserve files from being cleaned, please don't preserve
# non-essential files like tests, examples and documentation.
#

# s.resource = "icon.png"
# s.resources = "Resources/*.png"

# s.preserve_paths = "FilesToSave", "MoreFilesToSave"


# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# Link your library with frameworks, or libraries. Libraries do not include
# the lib prefix of their name.
#
s.source_files = "AEAlertView/Sources/AEAlertView/**/*"

s.framework = "UIKit"
# s.frameworks = "SomeFramework", "AnotherFramework"

# s.library = "iconv"
# s.libraries = "iconv", "xml2"


# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If your library depends on compiler flags you can set them in the xcconfig hash
# 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.swift_version = "5.0"

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

end
Loading

0 comments on commit f924247

Please sign in to comment.