Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Apr 19, 2022
2 parents 560b3e9 + 9fcc472 commit 27212ff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions VerticalFlowLayout/0.1/VerticalFlowLayout.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|

s.name = "VerticalFlowLayout"
s.version = "0.1"
s.summary = "This implementation is built using a UICollectionView and a custom flowLayout in Swift."
s.homepage = "https://github.com/rastaman111/VerticalFlowLayout"
s.source = { :git => "https://github.com/rastaman111/VerticalFlowLayout.git", :tag => s.version }
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { 'Alexander' => "[email protected]" }

s.swift_version = '5.0'
s.ios.deployment_target = '11.0'

s.source_files = 'Sources/VerticalFlowLayout/**/*.swift'

end

0 comments on commit 27212ff

Please sign in to comment.