Skip to content

Commit 1bb73c5

Browse files
author
Kyle Truscott
committed
NVM... removing special swift pod in favor of new use_frameworks! cocoa pods feature
1 parent c41b1f3 commit 1bb73c5

File tree

4 files changed

+2
-97
lines changed

4 files changed

+2
-97
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- KTCategories (0.0.5)
3-
- KTCenterFlowLayout (0.0.1)
3+
- KTCenterFlowLayout (0.0.2)
44

55
DEPENDENCIES:
66
- KTCategories (from `https://github.com/keighl/KTCategories.git`)
@@ -19,6 +19,6 @@ CHECKOUT OPTIONS:
1919

2020
SPEC CHECKSUMS:
2121
KTCategories: bdb65f6f8d1ed9ff67eec33178d4e619d6de7d9d
22-
KTCenterFlowLayout: c120e338e8d064cedbfa865c79012853c45afac5
22+
KTCenterFlowLayout: add70553644c401a6e4c51acf4fdbd5a91a1bae0
2323

2424
COCOAPODS: 0.36.0

KTCenterFlowLayout.swift

-72
This file was deleted.

KTCenterFlowLayoutSwift.podspec

-19
This file was deleted.

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ KTCenterFlowLayout is a subclass of UICollectionViewFlowLayout which Aligns cell
88
# In your Podfile
99

1010
pod 'KTCenterFlowLayout'
11-
12-
# Using swift?
13-
pod 'KTCenterFlowLayoutSwift'
14-
1511
```
1612

1713
Objective-C:

0 commit comments

Comments
 (0)