Skip to content

Commit

Permalink
Bump podspec to v0.3.1
Browse files Browse the repository at this point in the history
Following this change, a maintainer will need to add the `0.3.1` tag and submit a new podspec to CocoaPods/Specs.
  • Loading branch information
Chris Dzombak committed Feb 18, 2014
1 parent c1f099e commit 5ef34da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JMStaticContentTableViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'JMStaticContentTableViewController'
s.version = '0.3.0'
s.version = '0.3.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' => '[email protected]' }
s.source = { :git => 'https://github.com/jakemarsh/JMStaticContentTableViewController.git', :tag => '0.3.0' }
s.source = { :git => 'https://github.com/jakemarsh/JMStaticContentTableViewController.git', :tag => s.version.to_s }

s.platform = :ios
s.requires_arc = true
Expand Down

0 comments on commit 5ef34da

Please sign in to comment.