Skip to content

Commit

Permalink
pod init
Browse files Browse the repository at this point in the history
  • Loading branch information
bugkingK committed Oct 4, 2019
1 parent 4c47c10 commit 2ff97af
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 676 deletions.
19 changes: 19 additions & 0 deletions RideProgressView.podspec
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
351 changes: 0 additions & 351 deletions RideProgressView.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2ff97af

Please sign in to comment.