-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUICollectionView-ARDynamicHeightLayoutCell_Bell.podspec
23 lines (20 loc) · 1.26 KB
/
UICollectionView-ARDynamicHeightLayoutCell_Bell.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "UICollectionView-ARDynamicHeightLayoutCell_Bell"
s.version = "1.0.4"
s.summary = "Automatically UICollectionViewCell size calculating."
s.description = <<-DESC
A longer description of UICollectionView-ARDynamicHeightLayoutCell in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s.homepage = "https://github.com/GreedBell/UICollectionView-ARDynamicHeightLayoutCell"
s.license = "MIT"
s.authors = { "August" => "[email protected]","Bell" => "[email protected]" }
s.platform = :ios
s.source = { :git => "https://github.com/GreedBell/UICollectionView-ARDynamicHeightLayoutCell.git", :tag => s.version }
s.source_files = "UICollectionView+ARDynamicHeightLayoutCell", "UICollectionView+ARDynamicHeightLayoutCell/**/*.{h,m}"
s.exclude_files = "UICollectionView+ARDynamicHeightLayoutCell/Exclude"
s.frameworks = "UIKit", "Foundation"
end