Skip to content

Commit

Permalink
Adding Swift Sample Project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Deckys authored and Ben Deckys committed Nov 9, 2017
1 parent 69db86c commit 6e94507
Show file tree
Hide file tree
Showing 44 changed files with 2,539 additions and 2 deletions.
17 changes: 17 additions & 0 deletions Example-Swift/Podfile
@@ -0,0 +1,17 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'

target 'UICollectionViewAlignedLayout' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for UICollectionViewAlignedLayout

pod 'UICollectionViewLeftAlignedLayout', :path=> '..'

target 'UICollectionViewAlignedLayoutTests' do
inherit! :search_paths
# Pods for testing
end

end
16 changes: 16 additions & 0 deletions Example-Swift/Podfile.lock
@@ -0,0 +1,16 @@
PODS:
- UICollectionViewLeftAlignedLayout (1.0.3)

DEPENDENCIES:
- UICollectionViewLeftAlignedLayout (from `..`)

EXTERNAL SOURCES:
UICollectionViewLeftAlignedLayout:
:path: ".."

SPEC CHECKSUMS:
UICollectionViewLeftAlignedLayout: e90b281832b47295a0decec3ba2a72341c51064f

PODFILE CHECKSUM: 580c60e5baecb6e42a56dde6d347c5dc23cf7ecd

COCOAPODS: 1.2.1

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

16 changes: 16 additions & 0 deletions Example-Swift/Pods/Manifest.lock

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

726 changes: 726 additions & 0 deletions Example-Swift/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.

0 comments on commit 6e94507

Please sign in to comment.