diff --git a/STableViewController/0.0.1/STableViewController.podspec b/STableViewController/0.0.1/STableViewController.podspec new file mode 100644 index 00000000..87d8ebd8 --- /dev/null +++ b/STableViewController/0.0.1/STableViewController.podspec @@ -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