Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Bump the lib version in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmx committed Jan 11, 2018
1 parent e9e3593 commit 5091769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMXFontAutoScale.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "AMXFontAutoScale"
s.version = "1.1.3"
s.version = "1.2.0"
s.summary = "Scale the font for UILabel and UITextView proportionally across all the screen sizes."

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.homepage = "https://github.com/alexmx/AMXFontAutoScale"
s.license = "MIT"
s.authors = { "Alex Maimescu" => "[email protected]" }
s.authors = { "Alex Maimescu" }

s.platform = :ios
s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 5091769

Please sign in to comment.