Skip to content

Commit

Permalink
Merge pull request #15 from mshrwtnb/defaultConfiguration
Browse files Browse the repository at this point in the history
Added default configuration
  • Loading branch information
mshrwtnb authored Apr 24, 2020
2 parents 1bdf042 + 38aaf37 commit 6ea2c67
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 129 deletions.
4 changes: 2 additions & 2 deletions ALRT.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "ALRT"
s.version = "1.3.4"
s.version = "1.3.5"
s.summary = "An easier constructor for UIAlertController. Present from anywhere."
s.homepage = "https://github.com/mshrwtnb/ALRT"
s.screenshots = "https://raw.githubusercontent.com/wiki/mshrwtnb/ALRT/logobanner.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Masahiro Watanabe" => "iammshr@gmail.com" }
s.social_media_url = "http://qiita.com/mshrwtnb"
s.social_media_url = "https://mshrwtnb.com/"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/mshrwtnb/ALRT.git", :tag => "#{s.version}" }
s.source_files = "ALRT/*.swift"
Expand Down
Loading

0 comments on commit 6ea2c67

Please sign in to comment.