From f7eaa295c6fdf1991dc0db4528706c4f34cbe54f Mon Sep 17 00:00:00 2001 From: Raquel Galan Date: Wed, 3 Oct 2012 12:14:40 -0400 Subject: [PATCH] StableViewController --- .../0.0.1/STableViewController.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 STableViewController/0.0.1/STableViewController.podspec 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