Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS/feature/11/section header #14

Merged
merged 12 commits into from
Apr 23, 2021
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
Binary file added SideDishApp/.DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions SideDishApp/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'SideDishApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for SideDishApp

pod 'Toast-Swift', '~> 5.0.1'

end
16 changes: 16 additions & 0 deletions SideDishApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Toast-Swift (5.0.1)

DEPENDENCIES:
- Toast-Swift (~> 5.0.1)

SPEC REPOS:
trunk:
- Toast-Swift

SPEC CHECKSUMS:
Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711

PODFILE CHECKSUM: bcdbceab1bc9b42ae0eb2250656ec728644ed17a

COCOAPODS: 1.10.1
16 changes: 16 additions & 0 deletions SideDishApp/Pods/Manifest.lock

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

610 changes: 610 additions & 0 deletions SideDishApp/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.

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.

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.

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.

Loading