From f4ae07451c34e5f88404b5cc8cc0d27a78a3d6a0 Mon Sep 17 00:00:00 2001 From: phatmann Date: Wed, 1 Apr 2015 08:52:26 -0600 Subject: [PATCH] Update to 0.5.5 --- NUI.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NUI.podspec b/NUI.podspec index 92049ffd..28d63efe 100644 --- a/NUI.podspec +++ b/NUI.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "NUI" - s.version = "0.5.4" + s.version = "0.5.5" s.summary = "Style iOS apps with a stylesheet, similar to CSS." s.description = "NUI is a drop-in UI kit for iOS that lets you style UI elements using a stylesheet, similar to CSS. It lets you style an entire app in minutes." s.homepage = "https://github.com/tombenner/nui" s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { "Tom Benner" => "tombenner@gmail.com" } - s.source = { :git => "https://github.com/tombenner/nui.git", :tag => "v0.5.4" } + s.source = { :git => "https://github.com/tombenner/nui.git", :tag => "v0.5.5" } s.platform = :ios, '5.1' s.source_files = 'NUI', 'NUI/**/*.{h,m}'