From 255beb7efe3b3715ed9ef0cb38c6116cdc0cf960 Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Sat, 4 Aug 2012 16:02:22 -0500 Subject: [PATCH] Adding v0.1.1 of JMStaticContentTableViewController. --- ...JMStaticContentTableViewController.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec diff --git a/JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec b/JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec new file mode 100644 index 00000000..c12db322 --- /dev/null +++ b/JMStaticContentTableViewController/0.1.1/JMStaticContentTableViewController.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'JMStaticContentTableViewController' + s.version = '0.1.1' + + s.summary = 'Cleanly implement a table view controller much like those in Settings.app, using a simple, convienent block-based syntax.' + s.description = 'A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and convienent block-based syntax' + + s.homepage = 'https://github.com/jakemarsh/JMStaticContentTableViewController' + s.authors = { 'Jake Marsh' => 'jake@deallocatedobjects.com' } + s.source = { :git => 'https://github.com/jakemarsh/JMStaticContentTableViewController.git', :tag => '0.1.1' } + + s.platform = :ios + s.requires_arc = true + + s.license = { + :type => 'MIT', + :file => 'MIT-LICENSE' + } + + s.source_files = ['JMStaticContentTableViewController/*.*'] +end \ No newline at end of file