Skip to content

Commit

Permalink
Update PureLayout to v3.0.0
Browse files Browse the repository at this point in the history
- Remove manual integration of PureLayout source
- Set up CocoaPods for this project (Pods are checked in to avoid
requiring `pod install` when cloning the project)
- Upgrade to PureLayout v3.0.0
- Changes required for v3.0.0 of PureLayout
  • Loading branch information
smileyborg committed Aug 17, 2015
1 parent daaef5e commit 4112e64
Show file tree
Hide file tree
Showing 45 changed files with 2,072 additions and 904 deletions.
3 changes: 3 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
use_frameworks!

pod 'PureLayout'
10 changes: 10 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
PODS:
- PureLayout (3.0.0)

DEPENDENCIES:
- PureLayout

SPEC CHECKSUMS:
PureLayout: 270dfee2236f697ab1d5e2771c2e5c248495fa0d

COCOAPODS: 0.38.2
1 change: 1 addition & 0 deletions Pods/Headers/Private/PureLayout/ALView+PureLayout.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/PureLayout/NSArray+PureLayout.h

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.

1 change: 1 addition & 0 deletions Pods/Headers/Private/PureLayout/PureLayout+Internal.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/PureLayout/PureLayout.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/PureLayout/PureLayoutDefines.h

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

10 changes: 10 additions & 0 deletions Pods/Manifest.lock

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

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

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Pods/PureLayout/LICENSE

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

0 comments on commit 4112e64

Please sign in to comment.