Skip to content

Commit

Permalink
giving attribution for design inspiration
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot Fowler committed Mar 25, 2014
1 parent 4b3117e commit 03db0fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EFCircularSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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' => '[email protected]' }
s.summary = 'An extensible circular slider for iOS applications'
s.homepage = 'https://github.com/eliotfowler/EFCircularSlider'

# 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
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand Down

0 comments on commit 03db0fe

Please sign in to comment.