Skip to content

Commit 2ff97af

Browse files
committed
pod init
1 parent 4c47c10 commit 2ff97af

File tree

14 files changed

+19
-676
lines changed

14 files changed

+19
-676
lines changed

RideProgressView.podspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = "RideProgressView"
4+
s.version = "0.0.1"
5+
s.summary = "The image runs along the Linear progress bar."
6+
s.description = <<-DESC
7+
The image runs along the Linear progress bar. With Swift
8+
DESC
9+
10+
s.homepage = "https://github.com/bugkingK/RideProgressView"
11+
s.license = { :type => "MIT", :file => "LICENSE" }
12+
s.author = { "bugkingK" => "[email protected]" }
13+
s.platform = :ios, "10.0"
14+
s.source = { :git => "https://github.com/bugkingK/RideProgressView.git", :tag => "#{s.version}" }
15+
s.source_files = "Classes", "Sources/**/*.{swift}"
16+
17+
s.swift_version = '5.0'
18+
19+
end

RideProgressView.xcodeproj/project.pbxproj

Lines changed: 0 additions & 351 deletions
This file was deleted.

RideProgressView.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

RideProgressView.xcodeproj/xcuserdata/banaple.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)