Skip to content

Commit

Permalink
spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed committed Nov 19, 2020
1 parent 795f1c1 commit d1d9790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions InstaProgressView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Pod::Spec.new do |spec|
#

spec.name = "InstaProgressView"
spec.version = "1.0.0"
spec.version = "1.0.1"
spec.summary = "A short description of InstaProgressView."
spec.description = "A short description of InstaProgressView"
spec.description = "With InstaProgressView you can do awesome progress views like in Snapchat or Instagram. Just try it."
spec.homepage = "https://github.com/leningradspb/InstaProgressView"
# spec.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"

Expand All @@ -45,7 +45,7 @@ Pod::Spec.new do |spec|
# Supports git, hg, bzr, svn and HTTP.
#

spec.source = { :git => "https://github.com/leningradspb/InstaProgressView.git", :tag => "1.0.0" }
spec.source = { :git => "https://github.com/leningradspb/InstaProgressView.git", :tag => "1.0.1" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit d1d9790

Please sign in to comment.