Remove an unused dependency
This commit is contained in:
parent
f18abb336b
commit
5fbba311e5
1
Podfile
1
Podfile
|
@ -8,7 +8,6 @@ target 'Mastodon' do
|
||||||
# Pods for Mastodon
|
# Pods for Mastodon
|
||||||
|
|
||||||
# UI
|
# UI
|
||||||
pod 'UITextField+Shake', '~> 1.2'
|
|
||||||
pod 'XLPagerTabStrip', '~> 9.0.0'
|
pod 'XLPagerTabStrip', '~> 9.0.0'
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
|
|
@ -6,7 +6,6 @@ PODS:
|
||||||
- Sourcery/CLI-Only (= 1.6.1)
|
- Sourcery/CLI-Only (= 1.6.1)
|
||||||
- Sourcery/CLI-Only (1.6.1)
|
- Sourcery/CLI-Only (1.6.1)
|
||||||
- SwiftGen (6.4.0)
|
- SwiftGen (6.4.0)
|
||||||
- "UITextField+Shake (1.2.1)"
|
|
||||||
- XLPagerTabStrip (9.0.0)
|
- XLPagerTabStrip (9.0.0)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
|
@ -15,7 +14,6 @@ DEPENDENCIES:
|
||||||
- Kanna (~> 5.2.2)
|
- Kanna (~> 5.2.2)
|
||||||
- Sourcery (~> 1.6.1)
|
- Sourcery (~> 1.6.1)
|
||||||
- SwiftGen (~> 6.4.0)
|
- SwiftGen (~> 6.4.0)
|
||||||
- "UITextField+Shake (~> 1.2)"
|
|
||||||
- XLPagerTabStrip (~> 9.0.0)
|
- XLPagerTabStrip (~> 9.0.0)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
|
@ -25,7 +23,6 @@ SPEC REPOS:
|
||||||
- Kanna
|
- Kanna
|
||||||
- Sourcery
|
- Sourcery
|
||||||
- SwiftGen
|
- SwiftGen
|
||||||
- "UITextField+Shake"
|
|
||||||
- XLPagerTabStrip
|
- XLPagerTabStrip
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
|
@ -34,9 +31,8 @@ SPEC CHECKSUMS:
|
||||||
Kanna: 01cfbddc127f5ff0963692f285fcbc8a9d62d234
|
Kanna: 01cfbddc127f5ff0963692f285fcbc8a9d62d234
|
||||||
Sourcery: f3759f803bd0739f74fc92a4341eed0473ce61ac
|
Sourcery: f3759f803bd0739f74fc92a4341eed0473ce61ac
|
||||||
SwiftGen: 67860cc7c3cfc2ed25b9b74cfd55495fc89f9108
|
SwiftGen: 67860cc7c3cfc2ed25b9b74cfd55495fc89f9108
|
||||||
"UITextField+Shake": 298ac5a0f239d731bdab999b19b628c956ca0ac3
|
|
||||||
XLPagerTabStrip: 61c57fd61f611ee5f01ff1495ad6fbee8bf496c5
|
XLPagerTabStrip: 61c57fd61f611ee5f01ff1495ad6fbee8bf496c5
|
||||||
|
|
||||||
PODFILE CHECKSUM: 8b15fb6d4e801b7a7e7761a2e2fe40a89b1da4ff
|
PODFILE CHECKSUM: a60ecee06525582c010e270ac7a17024e441a0da
|
||||||
|
|
||||||
COCOAPODS: 1.11.3
|
COCOAPODS: 1.11.3
|
||||||
|
|
Loading…
Reference in New Issue