Skip to content

Commit 8fbe706

Browse files
add the swift version to podspec and remove .swift-version
1 parent fd3f7fb commit 8fbe706

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- HGCircularSlider (2.0.0)
2+
- HGCircularSlider (2.1.0)
33

44
DEPENDENCIES:
55
- HGCircularSlider (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
HGCircularSlider: 023b53cace0d99b3c8e97e204ea51c0e6c8034e1
12+
HGCircularSlider: efaff4ec1b6eae905519440775e5088f4a0455ef
1313

1414
PODFILE CHECKSUM: ea58587f670c5d07b17de771dcc7a8944f82a3aa
1515

Example/Pods/Local Podspecs/HGCircularSlider.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/HGCircularSlider/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HGCircularSlider.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.name = 'HGCircularSlider'
1111
s.version = '2.1.0'
1212
s.summary = 'Multiple Circular Sliders used to select a value from a continuous range of values.'
13-
13+
s.swift_version = '4.2'
1414

1515
s.description = <<-DESC
1616
Circular Sliders used to select a value from a continuous range of values.

0 commit comments

Comments
 (0)