Skip to content

Commit

Permalink
add the swift version to podspec and remove .swift-version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaGhazouani committed Feb 13, 2019
1 parent fd3f7fb commit 8fbe706
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- HGCircularSlider (2.0.0)
- HGCircularSlider (2.1.0)

DEPENDENCIES:
- HGCircularSlider (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
HGCircularSlider: 023b53cace0d99b3c8e97e204ea51c0e6c8034e1
HGCircularSlider: efaff4ec1b6eae905519440775e5088f4a0455ef

PODFILE CHECKSUM: ea58587f670c5d07b17de771dcc7a8944f82a3aa

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/HGCircularSlider.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HGCircularSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.name = 'HGCircularSlider'
s.version = '2.1.0'
s.summary = 'Multiple Circular Sliders used to select a value from a continuous range of values.'

s.swift_version = '4.2'

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

0 comments on commit 8fbe706

Please sign in to comment.