-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
19 additions
and
676 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "RideProgressView" | ||
s.version = "0.0.1" | ||
s.summary = "The image runs along the Linear progress bar." | ||
s.description = <<-DESC | ||
The image runs along the Linear progress bar. With Swift | ||
DESC | ||
|
||
s.homepage = "https://github.com/bugkingK/RideProgressView" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "bugkingK" => "[email protected]" } | ||
s.platform = :ios, "10.0" | ||
s.source = { :git => "https://github.com/bugkingK/RideProgressView.git", :tag => "#{s.version}" } | ||
s.source_files = "Classes", "Sources/**/*.{swift}" | ||
|
||
s.swift_version = '5.0' | ||
|
||
end |
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
RideProgressView.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
RideProgressView.xcodeproj/xcuserdata/banaple.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.