diff --git a/UIDefaultFont.podspec b/UIDefaultFont.podspec index 7042ea6..d32d5dc 100644 --- a/UIDefaultFont.podspec +++ b/UIDefaultFont.podspec @@ -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. @@ -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