13 lines
764 B
Ruby
13 lines
764 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "STableViewController"
|
|
s.version = "0.0.1"
|
|
s.summary = "STableViewController is a custom table view controller that supports pull-to-refresh and load-more."
|
|
s.description = "STableViewController is a custom table view controller that supports pull-to-refresh and load-more. It was designed to have views and behaviors that can be easily customized."
|
|
s.homepage = "https://github.com/shiki/STableViewController"
|
|
s.license = 'MIT'
|
|
s.author = { "shiki" => "shikishiji@gmail.com" }
|
|
s.source = { :git => "https://github.com/shiki/STableViewController.git", :commit => "abdce84f329c3949cdd7e2b779726aa70c65ee19" }
|
|
s.platform = :ios
|
|
s.source_files = 'STableViewController'
|
|
end
|