-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple enhancements and new features
- Loading branch information
1 parent
12bb4c6
commit 5b98092
Showing
19 changed files
with
898 additions
and
357 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
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 = 'MSCircularSlider' | ||
s.version = '1.1.1' | ||
s.version = '1.2.0' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.authors = { 'ThunderStruct' => '[email protected]' } | ||
s.summary = 'A full-featured circular slider for iOS applications' | ||
s.homepage = 'https://github.com/ThunderStruct/MSCircularSlider' | ||
|
||
# Source Info | ||
s.platform = :ios, '9.3' | ||
s.source = { :git => 'https://github.com/ThunderStruct/MSCircularSlider.git', :branch => "master", :tag => "1.1.1" } | ||
s.source = { :git => 'https://github.com/ThunderStruct/MSCircularSlider.git', :branch => "master", :tag => "1.2.0" } | ||
s.source_files = 'MSCircularSlider/*.{swift}' | ||
|
||
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
Oops, something went wrong.