diff --git a/PGLFormatter.podspec b/PGLFormatter.podspec index edd8576..3c8db63 100644 --- a/PGLFormatter.podspec +++ b/PGLFormatter.podspec @@ -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 diff --git a/README.md b/README.md index 6388066..6bebf09 100644 --- a/README.md +++ b/README.md @@ -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