-
Notifications
You must be signed in to change notification settings - Fork 26
/
FTFoldingTableView.podspec
19 lines (17 loc) · 1.28 KB
/
FTFoldingTableView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "FTFoldingTableView"
s.version = "1.1.0"
s.summary = "Folding cells with simple delegates, and change UI looks in a few lines of code."
s.description = <<-DESC
FTFoldingTableView.Folding cells with simple delegates, and change UI looks in a few lines of code. I recently developed this for future use.
DESC
s.homepage = "https://github.com/liufengting/FTFoldingTableView"
s.screenshots = "https://raw.githubusercontent.com/liufengting/FTFoldingTableView/master/Screenshots/Screenshots1.png","https://raw.githubusercontent.com/liufengting/FTFoldingTableView/master/Screenshots/Screenshots2.png","https://raw.githubusercontent.com/liufengting/FTFoldingTableView/master/Screenshots/Screenshots3.png","https://raw.githubusercontent.com/liufengting/FTFoldingTableView/master/Screenshots/Screenshots4.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "liufengting" => "[email protected]" }
s.social_media_url = "https://twitter.com/liufengting"
s.platform = :ios
s.source = { :git => "https://github.com/liufengting/FTFoldingTableView.git", :tag => "#{s.version}" }
s.source_files = "FTFoldingTableView/*.{h,m}"
s.resources = "FTFoldingTableView/*.{png}"
end