From 4c5bfffbb80ecd40494e9b154d2e1b83f2a40a40 Mon Sep 17 00:00:00 2001 From: Brent Whitman Date: Mon, 24 Apr 2017 10:51:17 -0700 Subject: [PATCH] Update podspec for v2.0.1 --- GMStepper.podspec | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GMStepper.podspec b/GMStepper.podspec index 0c74038..ddb36f6 100644 --- a/GMStepper.podspec +++ b/GMStepper.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = "GMStepper" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "A stepper with a sliding label in the middle." s.homepage = "https://github.com/gmertk/GMStepper" - s.screenshots = "https://dl.dropboxusercontent.com/u/4397140/pod-screenshots/screenshot_1.png" + s.screenshots = "https://raw.githubusercontent.com/gmertk/GMStepper/master/Screenshots/screenshot_1.gif" s.license = 'MIT' s.author = { "Gunay Mert Karadogan" => "mertkaradogan@gmail.com" } s.source = { :git => "https://github.com/gmertk/GMStepper.git", :tag => s.version.to_s } diff --git a/README.md b/README.md index 83eed13..679e23a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ var limitHitAnimationColor: UIColor = UIColor(red:0.26, green:0.6, blue:0.87, al ## Authors -* [Brent W.](https://github.com/bwhtmn) - Maintainer +* [Brent Whitman](https://github.com/bwhtmn) - Maintainer * [Günay Mert Karadoğan](https://github.com/gmertk) - Creator ## License