Skip to content

Commit

Permalink
Update to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phatmann committed Apr 1, 2015
1 parent c5b6566 commit f4ae074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NUI.podspec
Original file line number Diff line number Diff line change
@@ -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}'
Expand Down

0 comments on commit f4ae074

Please sign in to comment.