Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

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

4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ target 'VerticalSteppedSlider_Example' do
target 'VerticalSteppedSlider_Tests' do
inherit! :search_paths

pod 'Quick', '~> 1.2.0'
pod 'Nimble', '~> 7.0.2'
pod 'Quick'
pod 'Nimble'
pod 'FBSnapshotTestCase'
pod 'Nimble-Snapshots'
end
Expand Down
44 changes: 29 additions & 15 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,47 @@ PODS:
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- Nimble (7.0.2)
- Nimble-Snapshots (6.3.0):
- Nimble-Snapshots/Core (= 6.3.0)
- Nimble-Snapshots/Core (6.3.0):
- FBSnapshotTestCase (~> 2.0)
- iOSSnapshotTestCase (2.2.0):
- iOSSnapshotTestCase/SwiftSupport (= 2.2.0)
- iOSSnapshotTestCase/Core (2.2.0)
- iOSSnapshotTestCase/SwiftSupport (2.2.0):
- iOSSnapshotTestCase/Core
- Nimble (7.3.1)
- Nimble-Snapshots (6.4.1):
- Nimble-Snapshots/Core (= 6.4.1)
- Nimble-Snapshots/Core (6.4.1):
- iOSSnapshotTestCase (~> 2.0)
- Nimble (~> 7.0)
- Quick (1.2.0)
- Quick (1.3.2)
- VerticalSteppedSlider (0.1.0)

DEPENDENCIES:
- FBSnapshotTestCase
- Nimble (~> 7.0.2)
- Nimble
- Nimble-Snapshots
- Quick (~> 1.2.0)
- Quick
- VerticalSteppedSlider (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- FBSnapshotTestCase
- iOSSnapshotTestCase
- Nimble
- Nimble-Snapshots
- Quick

EXTERNAL SOURCES:
VerticalSteppedSlider:
:path: ../
:path: "../"

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Nimble-Snapshots: f5459b5b091678dc942d03ec4741cacb58ba4a52
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
VerticalSteppedSlider: d5a584978adf8060188e297b4aaaaa43a6834343
iOSSnapshotTestCase: 415bd84f9dbba4ff45fede49d800bc7332fbedac
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
Nimble-Snapshots: 438fb1a6fa3c655e246fc9ac375f6cd2964d759a
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
VerticalSteppedSlider: ebddd2e438ef4fda487a9a59c68d5d225c91863b

PODFILE CHECKSUM: 0e4d8bef1a0c5704a7a084d687b40c4a0cf90b66
PODFILE CHECKSUM: 2a26f3f251a6baecbfc7407e94cb7142814d964d

COCOAPODS: 1.3.1
COCOAPODS: 1.6.0.beta.2

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

44 changes: 29 additions & 15 deletions Example/Pods/Manifest.lock

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.

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

6 changes: 3 additions & 3 deletions Example/Pods/Nimble-Snapshots/README.md

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

84 changes: 42 additions & 42 deletions Example/Pods/Nimble/README.md

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

Loading