diff --git a/Sources/VerticalFlowLayout/VerticalCollectionView.swift b/Sources/VerticalFlowLayout/VerticalCollectionView.swift new file mode 100644 index 0000000..c9ba89a Binary files /dev/null and b/Sources/VerticalFlowLayout/VerticalCollectionView.swift differ diff --git a/Sources/VerticalFlowLayout/VerticalCollectionViewDataSource.swift b/Sources/VerticalFlowLayout/VerticalCollectionViewDataSource.swift new file mode 100644 index 0000000..cf83e46 Binary files /dev/null and b/Sources/VerticalFlowLayout/VerticalCollectionViewDataSource.swift differ diff --git a/Sources/VerticalFlowLayout/VerticalCollectionViewDelegate.swift b/Sources/VerticalFlowLayout/VerticalCollectionViewDelegate.swift new file mode 100644 index 0000000..30c7e3a Binary files /dev/null and b/Sources/VerticalFlowLayout/VerticalCollectionViewDelegate.swift differ diff --git a/Sources/VerticalFlowLayout/VerticalFlowLayout.swift b/Sources/VerticalFlowLayout/VerticalFlowLayout.swift index bb1ad4e..cbef2cc 100644 Binary files a/Sources/VerticalFlowLayout/VerticalFlowLayout.swift and b/Sources/VerticalFlowLayout/VerticalFlowLayout.swift differ diff --git a/Sources/VerticalFlowLayout/VerticalView.swift b/Sources/VerticalFlowLayout/VerticalView.swift new file mode 100644 index 0000000..2abdf96 Binary files /dev/null and b/Sources/VerticalFlowLayout/VerticalView.swift differ diff --git a/VerticalFlowLayout.podspec b/VerticalFlowLayout.podspec index e9d6d4d..8f94294 100644 --- a/VerticalFlowLayout.podspec +++ b/VerticalFlowLayout.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "VerticalFlowLayout" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "Tinder UI built with UICollectionView in Swift." s.homepage = "https://github.com/rastaman111/VerticalFlowLayout" s.source = { :git => "https://github.com/rastaman111/VerticalFlowLayout.git", :tag => s.version }