Skip to content

Commit

Permalink
Update podspec to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Maccharoli committed Jun 26, 2017
1 parent 414c162 commit 870eef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UIFontComplete.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UIFontComplete'
s.version = '0.4.0'
s.version = '1.0.0'
s.summary = 'Make working with UIFont faster and less error-prone'

s.description = <<-DESC
Expand All @@ -18,6 +18,6 @@ make runtime crashes due to font name typos near impossible!
s.source = { :git => 'https://github.com/Nirma/UIFontComplete.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.source_files = 'UIFontComplete/*.swift'
s.source_files = 'Sources/*.swift'

end

0 comments on commit 870eef5

Please sign in to comment.