Update podspec for v2.0.1
This commit is contained in:
parent
71c1c1b9a6
commit
4c5bfffbb8
|
|
@ -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 }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue