Skip to content

Commit 8602363

Browse files
Duplicate source file removed from example.
1 parent 8644ec2 commit 8602363

6 files changed

Lines changed: 15 additions & 762 deletions

File tree

Example/NestedCollectionViewExample/InnerCollectionView.swift

Lines changed: 0 additions & 11 deletions
This file was deleted.

Example/NestedCollectionViewExample/NestedCollectionView.swift

Lines changed: 0 additions & 690 deletions
This file was deleted.

Example/NestedCollectionViewExample/OuterCollectionViewCell.swift

Lines changed: 0 additions & 60 deletions
This file was deleted.

NestedCollectionView.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'NestedCollectionView'
3+
s.version = '1.0.0'
4+
s.summary = 'A collection view that allows nesting of other collection views'
5+
s.description = 'NestedCollectionView is a multi-level scrolling view with horizontal scrollable items in a vertical scroll. It supports multiple vertical sections, each with its own set of horizontally scrollable items. Built using Swift and UICollectionView, this view provides an intuitive and interactive way to showcase content with a rich and engaging user interface.'
6+
s.homepage = 'https://github.com/DevCrew-io/Nested-Collection-View'
7+
s.license = 'MIT'
8+
s.author = { 'DevCrew I/O' => 'hello@devcrew.io' }
9+
s.source = { :git => 'https://github.com/DevCrew-io/Nested-Collection-View.git', :tag => s.version.to_s }
10+
s.source_files = 'Sources/**/*.swift'
11+
s.platforms = { :ios => '11.0' }
12+
s.swift_version = '5.0'
13+
end
14+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import PackageDescription
2828
let package = Package(
2929
name: "YOUR_PROJECT_NAME",
3030
dependencies: [
31-
.package(url: "https://github.com/DevCrew-io/Nested-Collection-View", from: "1.0.0"),
31+
.package(url: "https://github.com/DevCrew-io/Nested-Collection-View.git", from: "1.0.0"),
3232
]
3333
)
3434
```

0 commit comments

Comments
 (0)