Skip to content

Commit

Permalink
update to version v1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelfoppolo committed Oct 15, 2017
1 parent e4f0419 commit 11fa218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UIDefaultFont.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UIDefaultFont"
s.version = "0.4"
s.version = "1.0.0"
s.summary = "Replace the system font in the whole app easily"
s.description = <<-DESC
Replace the system font in the whole app easily.
Expand All @@ -14,5 +14,5 @@ We UIDefaultFont you can replace the default system font with a couple of lines.
s.ios.deployment_target = "10.0"
s.source = { :git => "https://github.com/gaelfoppolo/UIDefaultFont.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
#s.documentation_url = "https://gaelfoppolo.github.io/UIDefaultFont"
s.documentation_url = "https://gaelfoppolo.github.io/UIDefaultFont"
end

0 comments on commit 11fa218

Please sign in to comment.