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

Fix for swift 3.2 #46

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use_frameworks!

target 'TableViewCellWithAutoLayout' do
pod 'PureLayout'
end
4 changes: 3 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ DEPENDENCIES:
SPEC CHECKSUMS:
PureLayout: 270dfee2236f697ab1d5e2771c2e5c248495fa0d

COCOAPODS: 0.38.2
PODFILE CHECKSUM: e771078ae3c1fa70a4072ff1706830c600f1c99f

COCOAPODS: 1.2.0
1 change: 0 additions & 1 deletion Pods/Headers/Private/PureLayout/ALView+PureLayout.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/PureLayout/NSArray+PureLayout.h

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/PureLayout/PureLayout+Internal.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/PureLayout/PureLayout.h

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Headers/Private/PureLayout/PureLayoutDefines.h

This file was deleted.

4 changes: 3 additions & 1 deletion Pods/Manifest.lock

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

494 changes: 263 additions & 231 deletions 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.

5 changes: 0 additions & 5 deletions Pods/Target Support Files/Pods/Pods-dummy.m

This file was deleted.

59 changes: 0 additions & 59 deletions Pods/Target Support Files/Pods/Pods-frameworks.sh

This file was deleted.

Loading