From fadcc2a42c42cd0cbb351a901aa62cf79cfa5cb2 Mon Sep 17 00:00:00 2001 From: PGLongo Date: Sat, 21 Mar 2015 11:26:28 +0100 Subject: [PATCH] Updated README and podspec --- PGLFormatter.podspec | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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