Skip to content

Commit

Permalink
Completed podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Apr 15, 2022
1 parent 43c2c67 commit d7a3e72
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions VerticalFlowLayout.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|

spec.name = "VerticalFlowLayout"
spec.version = "0.0.1"
spec.summary = "Tinder UI built with UICollectionView in Swift."
spec.homepage = "https://github.com/rastaman111/VerticalFlowLayout"
spec.source = { :git => "https://github.com/rastaman111/VerticalFlowLayout.git", :tag => spec.version }
spec.license = { :type => "MIT", :file => "FILE_LICENSE" }
spec.author = { 'Alexander' => "rastaman.alex007@gmail.com" }

spec.swift_version = '5.1'
spec.ios.deployment_target = '11.0'

spec.source_files = 'Sources/*.swift'
end

0 comments on commit d7a3e72

Please sign in to comment.