StableViewController

This commit is contained in:
Raquel Galan
2012-10-03 12:14:40 -04:00
parent 6af5257a20
commit f7eaa295c6
@@ -0,0 +1,12 @@
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