Skip to content

Commit

Permalink
Update podspec, copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGessner committed Mar 15, 2018
1 parent 26457bf commit 630971b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions JGProgressHUD.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "JGProgressHUD"
s.version = "2.0"
s.version = "2.0.1"
s.summary = "Elegant and simple progress HUD for iOS and tvOS"
s.homepage = "https://github.com/JonasGessner/JGProgressHUD"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = "Jonas Gessner"
s.social_media_url = "https://twitter.com/JonasGessner"
s.platforms = { :ios => "8.0", :tvos => "9.0" }
s.source = { :git => "https://github.com/JonasGessner/JGProgressHUD.git", :tag => "v2.0" }
s.source = { :git => "https://github.com/JonasGessner/JGProgressHUD.git", :tag => "v2.0.1" }
s.source_files = "JGProgressHUD/JGProgressHUD/*.{h,m}"
s.resource = "JGProgressHUD/Resources/*.png"
s.frameworks = "Foundation", "UIKit", "QuartzCore"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -167,8 +167,8 @@ Each method is well documented, making it easy to quickly get a great overview o
License
---------
MIT License.<br/>
© 2014-2017, Jonas Gessner.
© 2014-2018, Jonas Gessner.

Credits
----------
Created and maintained by Jonas Gessner, © 2014-2017.<br/>
Created and maintained by Jonas Gessner, © 2014-2018.<br/>

0 comments on commit 630971b

Please sign in to comment.