Skip to content

Commit 6e94507

Browse files
Ben DeckysBen Deckys
Ben Deckys
authored and
Ben Deckys
committed
Adding Swift Sample Project
1 parent 69db86c commit 6e94507

File tree

44 files changed

+2539
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2539
-2
lines changed

Diff for: Example-Swift/Podfile

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Uncomment the next line to define a global platform for your project
2+
platform :ios, '10.0'
3+
4+
target 'UICollectionViewAlignedLayout' do
5+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for UICollectionViewAlignedLayout
9+
10+
pod 'UICollectionViewLeftAlignedLayout', :path=> '..'
11+
12+
target 'UICollectionViewAlignedLayoutTests' do
13+
inherit! :search_paths
14+
# Pods for testing
15+
end
16+
17+
end

Diff for: Example-Swift/Podfile.lock

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- UICollectionViewLeftAlignedLayout (1.0.3)
3+
4+
DEPENDENCIES:
5+
- UICollectionViewLeftAlignedLayout (from `..`)
6+
7+
EXTERNAL SOURCES:
8+
UICollectionViewLeftAlignedLayout:
9+
:path: ".."
10+
11+
SPEC CHECKSUMS:
12+
UICollectionViewLeftAlignedLayout: e90b281832b47295a0decec3ba2a72341c51064f
13+
14+
PODFILE CHECKSUM: 580c60e5baecb6e42a56dde6d347c5dc23cf7ecd
15+
16+
COCOAPODS: 1.2.1

Diff for: Example-Swift/Pods/Local Podspecs/UICollectionViewLeftAlignedLayout.podspec.json

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Example-Swift/Pods/Manifest.lock

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Example-Swift/Pods/Pods.xcodeproj/project.pbxproj

+726
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Example-Swift/Pods/Target Support Files/Pods-UICollectionViewAlignedLayout/Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Example-Swift/Pods/Target Support Files/Pods-UICollectionViewAlignedLayout/Pods-UICollectionViewAlignedLayout-acknowledgements.markdown

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Example-Swift/Pods/Target Support Files/Pods-UICollectionViewAlignedLayout/Pods-UICollectionViewAlignedLayout-acknowledgements.plist

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Example-Swift/Pods/Target Support Files/Pods-UICollectionViewAlignedLayout/Pods-UICollectionViewAlignedLayout-dummy.m

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Example-Swift/Pods/Target Support Files/Pods-UICollectionViewAlignedLayout/Pods-UICollectionViewAlignedLayout-frameworks.sh

+99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)