Skip to content

Commit

Permalink
update README and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsusmita committed Aug 21, 2015
1 parent 49910bc commit 8914593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions ResponsiveLabel.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]'
Expand All @@ -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/*'
Expand Down

0 comments on commit 8914593

Please sign in to comment.