diff --git a/EFCircularSlider.podspec b/EFCircularSlider.podspec index b865f6a..178d97d 100644 --- a/EFCircularSlider.podspec +++ b/EFCircularSlider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'EFCircularSlider' - s.version = '0.1.0' + s.version = '0.2.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'Eliot Fowler' => 'eliot.fowler@gmail.com' } s.summary = 'An extensible circular slider for iOS applications' @@ -8,7 +8,7 @@ Pod::Spec.new do |s| # Source Info s.platform = :ios, '7.0' - s.source = { :git => 'https://github.com/eliotfowler/EFCircularSlider.git', :tag => "0.1.0" } + s.source = { :git => 'https://github.com/eliotfowler/EFCircularSlider.git', :tag => "0.2.0" } s.source_files = 'EFCircularSlider/EFCircularSlider.{h,m}' s.requires_arc = true diff --git a/README.md b/README.md index 0ab9c28..0470a08 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,13 @@ NSArray* hoursArray = @[@"1", @"2", @"3", @"4", @"5", @"6", @"7", @"8", @"9", @" [circularSlider setInnerMarkingLabels:hoursArray]; ``` +Alarm Clock Demo Design +----------------------- + +The alarm clock demo design is an implemented version of a design from Micael Sambora on Dribbble and can be found [here](http://dribbble.com/shots/1293874-AlarmClock-final?list=searches&tag=alarm_clock&offset=102). + +More information about Michael Sambora can be found at his [personal website](http://samborek.pl/). + About the developer -------------------