Skip to content

Commit

Permalink
[Issue FormatterKit#15] Updating podspec to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Sep 17, 2012
1 parent 64d65ea commit fbae29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FormatterKit.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'FormatterKit'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = '`stringWithFormat:` for the sophisticated hacker set.'
s.homepage = 'https://github.com/mattt/FormatterKit'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '1.0.1' }

s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like units of information, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application."

Expand Down

0 comments on commit fbae29f

Please sign in to comment.