Skip to content

Commit

Permalink
Updated README and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
PGLongo committed Mar 21, 2015
1 parent 032a9e2 commit fadcc2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PGLFormatter.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|

s.name = "PGLFormatter"
s.version = "0.0.1"
s.summary = "Simple container of NSFormatter and useful functions."
s.version = "0.0.2"
s.summary = "Simple container of NSFormatter and useful functions to format numbers and dates."

s.description = <<-DESC
# PGLFormatter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ date.format() // 11/30/88, 12:00 AM
- [x] Support Cocoapods
- [x] Support Carthage
- [x] Add installation instruction
- [ ] Add other formatters
- [x] Add other formatters
- [ ] Implements other useful functions


Expand Down

0 comments on commit fadcc2a

Please sign in to comment.