-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHVariableHeightTilesLayout.podspec
More file actions
18 lines (18 loc) · 1.11 KB
/
CHVariableHeightTilesLayout.podspec
File metadata and controls
18 lines (18 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "CHVariableHeightTilesLayout"
s.version = "1.0.0"
s.summary = "Custom collection view layout that has the same vertical spacing between all cells."
s.description = <<-DESC
Custom collection view layout that has the same vertical spacing between all cells. This allows for cells to break the default flow layout's horizontal alignment or rows.
DESC
s.homepage = "https://github.com/chaione/CHVariableHeightTilesLayout"
s.screenshots = "https://github.com/chaione/CHVariableHeightTilesLayout/raw/master/Misc/screenshot01.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Rogelio Gudino" => "cananito@gmail.com", "Matthew Morey" => "me@matthewmorey.com", "Osama Ashawa" => "osama@oashawa.com" }
s.social_media_url = 'https://twitter.com/cananito'
s.platform = :ios
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/chaione/CHVariableHeightTilesLayout.git", :tag => "1.0.0" }
s.source_files = "CHVariableHeightTilesLayout/*.{h,m}"
s.requires_arc = true
end