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

Commit

Permalink
Add podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmx committed Apr 1, 2017
1 parent 17ab0ff commit fc5ad72
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions AMXFontAutoScale.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

Pod::Spec.new do |s|

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

s.description = <<-DESC
Scale the font for UILabel and UITextView proportionally across all the screen sizes. Just define the screen size to be used as reference for scaling and the library will update all the instances of the UILabel and UITextView automatically.
DESC


s.homepage = "https://github.com/alexmx/AMXFontAutoScale"
s.license = "MIT"
s.authors = { "Alex Maimescu" => "maimescu.alex@gmail.com" }

s.platform = :ios
s.ios.deployment_target = '9.0'

s.source = { :git => "https://github.com/alexmx/AMXFontAutoScale.git", :tag => "v#{s.version}" }
s.source_files = "AMXFontAutoScale/**/*.{h,m,swift}"

end

0 comments on commit fc5ad72

Please sign in to comment.