From ce2f00dd98b16fd46bf5e37a89837b024a76b4b6 Mon Sep 17 00:00:00 2001 From: Sebastien Windal Date: Wed, 26 Feb 2014 00:42:24 -0500 Subject: [PATCH] updated version 1.0.0 with matching tag. --- FRDLivelyButton.podspec | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FRDLivelyButton.podspec b/FRDLivelyButton.podspec index 90ec479..ea9a4d1 100644 --- a/FRDLivelyButton.podspec +++ b/FRDLivelyButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FRDLivelyButton" - s.version = "1.0" + s.version = "1.0.0" s.summary = "Lively button." s.description = "Simple UIButton subclass intended to be used inside a UIBarButtonItem. Supports common nav bar button types, nicely animates button type changes and touch events." s.homepage = "http://github.com/sebastienwindal/FRDLivelyButton" diff --git a/Readme.md b/Readme.md index b1fe14e..0c8ff5f 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ It probably will work with iOS 6, I have not tried but AFAIK it is not using any ### CocoaPods -`pod 'FRDLivelyButton', '~> 1.0'` +`pod 'FRDLivelyButton', '~> 1.0.0'` ### Manual