Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 658f01d

Browse files
committed
[FEATURE] SnapKit 라이브러리 추가
https://github.com/SnapKit/SnapKit
1 parent 44b4b1b commit 658f01d

58 files changed

Lines changed: 10058 additions & 6081 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Podfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@ target 'CoatCode' do
4141
pod 'ImageSlideshow/Kingfisher'
4242
pod 'SkeletonView'
4343
pod 'RxTags'
44+
45+
# Keyboard
4446
pod 'RxKeyboard'
4547

48+
# Auto Layout
49+
pod 'SnapKit', '~> 5.0'
50+
4651
# Code Quality
4752
pod 'FLEX'
4853

Podfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ PODS:
9191
- RxSwift
9292
- Tags
9393
- SkeletonView (1.10.0)
94+
- SnapKit (5.0.1)
9495
- SwiftLint (0.40.3)
9596
- SwiftMessages (8.0.3):
9697
- SwiftMessages/App (= 8.0.3)
@@ -118,6 +119,7 @@ DEPENDENCIES:
118119
- RxSwift
119120
- RxTags
120121
- SkeletonView
122+
- SnapKit (~> 5.0)
121123
- SwiftLint
122124
- SwiftMessages
123125
- XLPagerTabStrip
@@ -148,6 +150,7 @@ SPEC REPOS:
148150
- RxSwift
149151
- RxTags
150152
- SkeletonView
153+
- SnapKit
151154
- SwiftLint
152155
- SwiftMessages
153156
- Tags
@@ -178,11 +181,12 @@ SPEC CHECKSUMS:
178181
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
179182
RxTags: 100689fecd5002276b0bfcc7513a0d07a692a16d
180183
SkeletonView: 14fbe9702c7fb5c5f011b44ac3ae99fc73155726
184+
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
181185
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
182186
SwiftMessages: 063ec9ffea3ffa7d17ba595157a9ec78e4fe045f
183187
Tags: 77420a200531fb338563b07279858edb51d080c5
184188
XLPagerTabStrip: 61c57fd61f611ee5f01ff1495ad6fbee8bf496c5
185189

186-
PODFILE CHECKSUM: ff4b31c5e71ca773c6b8701656565cf9880e9dbd
190+
PODFILE CHECKSUM: b6b85c0bc201c2ebfe859d0e896b5cd20cc30527
187191

188192
COCOAPODS: 1.10.0

Pods/Manifest.lock

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

Pods/Pods.xcodeproj/project.pbxproj

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

Pods/SnapKit/LICENSE

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

Pods/SnapKit/README.md

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

0 commit comments

Comments
 (0)