forked from eliotfowler/EFCircularSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
giving attribution for design inspiration
- Loading branch information
Eliot Fowler
committed
Mar 25, 2014
1 parent
4b3117e
commit 03db0fe
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters