Skip to content
Merged
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
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ Carthage/Build
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
=======
Pods/

## Obj-C/Swift specific
*.hmap
Expand All @@ -73,7 +72,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
Package.resolved
# *.xcodeproj
#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
Expand All @@ -88,7 +87,7 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
Pods/
#
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace
Expand Down
3 changes: 1 addition & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at badrinathvm@gmail.com. All
complaints will be reviewed and investigated and will result in a response that
reported by raising a GitHub issue. All complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Expand Down
4 changes: 3 additions & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use_frameworks!
#inhibit_all_warnings!

target 'StepperView_Example' do
platform :ios, '13.0'
pod 'StepperView', :path => '../'

target 'StepperView_Tests' do
Expand All @@ -12,11 +13,12 @@ target 'StepperView_Example' do
end
end


target 'StepperView_Watch' do
platform :watchos, '7.0'
pod 'StepperView', :path => '../'
end

target 'StepperView_Watch Extension' do
platform :watchos, '7.0'
pod 'StepperView', :path => '../'
end
12 changes: 8 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PODS:
- SnapshotTesting (1.7.2)
- StepperView (1.5.6)
- StepperView (1.6.7):
- Yams (~> 5.0)
- Yams (5.0.6)

DEPENDENCIES:
- SnapshotTesting (~> 1.7.2)
Expand All @@ -9,15 +11,17 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- SnapshotTesting
- Yams

EXTERNAL SOURCES:
StepperView:
:path: "../"

SPEC CHECKSUMS:
SnapshotTesting: 8caa6661fea7c8019d5b46de77c16bab99c36c5c
StepperView: d21adb48db4689804dddd2f2e436447ffe97e3c0
StepperView: d219080b67f1155092edd3e53426e1a901380d4a
Yams: e10dae147f517ed57ecae37c5e8681bdf8fcab65

PODFILE CHECKSUM: 8b713604471a4b42c3cfe96f708359ac25857036
PODFILE CHECKSUM: 12a462c329ec024e6417eb3d5f3c0c7710458fc2

COCOAPODS: 1.10.1
COCOAPODS: 1.15.0
26 changes: 0 additions & 26 deletions Example/Pods/Local Podspecs/StepperView.podspec.json

This file was deleted.

23 changes: 0 additions & 23 deletions Example/Pods/Manifest.lock

This file was deleted.

2,015 changes: 0 additions & 2,015 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions Example/Pods/SnapshotTesting/LICENSE

This file was deleted.

Loading