diff --git a/README.md b/README.md index 7301643..c2f1f9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Version](https://img.shields.io/badge/pod-1.0.4-green.svg?style=flat)](https://cocoapods.org/pods/ResponsiveLabel) +[![Version](https://img.shields.io/badge/pod-1.0.5-green.svg?style=flat)](https://cocoapods.org/pods/ResponsiveLabel) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://cocoapods.org/pods/ResponsiveLabel) -[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg?style=flat)](http://cocoadocs.org/docsets/ResponsiveLabel/1.0.3/) +[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg?style=flat)](http://cocoadocs.org/docsets/ResponsiveLabel/1.0.5/) #ResponsiveLabel A UILabel subclass which responds to touch on specified patterns. It has the following features: @@ -12,7 +12,7 @@ A UILabel subclass which responds to touch on specified patterns. It has the fol #Installation Add following lines in your pod file -pod 'ResponsiveLabel', '~> 1.0.4' +pod 'ResponsiveLabel', '~> 1.0.5' #Usage diff --git a/ResponsiveLabel.podspec b/ResponsiveLabel.podspec index 0ebbe5e..723880a 100644 --- a/ResponsiveLabel.podspec +++ b/ResponsiveLabel.podspec @@ -1,7 +1,7 @@ Pod:: Spec.new do |spec| spec.platform = 'ios', '7.0' spec.name = 'ResponsiveLabel' - spec.version = '1.0.4' + spec.version = '1.0.5' spec.summary = 'A UILabel subclass which responds to touch on specified patterns and allows to set custom truncation token' spec.author = { 'Susmita Horrow' => 'susmita.horrow@gmail.com' @@ -10,7 +10,7 @@ Pod:: Spec.new do |spec| spec.homepage = 'https://github.com/hsusmita/ResponsiveLabel' spec.source = { :git => 'https://github.com/hsusmita/ResponsiveLabel.git', - :tag => '1.0.4' + :tag => '1.0.5' } spec.ios.deployment_target = '7.0' spec.source_files = 'ResponsiveLabel/ResponsiveLabel/Source/*'