-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove IBDesignable and IBInspectable
- Loading branch information
Showing
4 changed files
with
5 additions
and
24 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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'CircularStepProgressView' | ||
s.version = '1.5.6' | ||
s.version = '1.6.0' | ||
s.summary = 'Circular Progress View with Steps' | ||
|
||
s.description = <<-DESC | ||
|
@@ -10,7 +10,7 @@ This progress view allows you to mark a progress into a circular line with N ste | |
s.homepage = 'https://github.com/webuildyouridea/CircularStepProgressView' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Arpad Larrinaga' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/webuildyouridea/CircularStepProgressView.git', :tag => 'v1.5.6' } | ||
s.source = { :git => 'https://github.com/webuildyouridea/CircularStepProgressView.git', :tag => 'v1.6.0' } | ||
|
||
s.ios.deployment_target = '8.3' | ||
s.source_files = 'CircularStepProgressView/CircularStepProgressView.swift' | ||
|
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
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