From 2a7d6a2e598e4309e93143fbcbd9ade218f80ad1 Mon Sep 17 00:00:00 2001 From: Nicholas Shipes Date: Sun, 3 Jan 2016 08:46:57 -0800 Subject: [PATCH] updating podspec --- URBSegmentedControl.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URBSegmentedControl.podspec b/URBSegmentedControl.podspec index d09ee98..fb65e66 100644 --- a/URBSegmentedControl.podspec +++ b/URBSegmentedControl.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'URBSegmentedControl' - s.version = '1.0.3' + s.version = '1.0.4' s.summary = 'A replacement for UIKit\'s UISegmentedControl that offers a greater level of flexibility and customization.' s.description = 'URBSegmentedControl is a more flexible alternative to the default UISegmentedControl available in UIKit that offers easier customization and more options for layout orientations with titles and images. However, much of the same functionality and API methods that are available in UISegmentedControl are also available in URBSegmentedControl, making it an easier drop-in replacement within your own projects.' s.homepage = 'https://github.com/u10int/URBSegmentedControl'