Skip to content

Commit

Permalink
Add NUI 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tombenner committed Oct 4, 2013
1 parent 97de145 commit 4ad18b6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NUI/0.4.0/NUI.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "NUI"
s.version = "0.4.0"
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.4.0" }
s.platform = :ios, '5.1'

s.source_files = 'NUI', 'NUI/**/*.{h,m}'
s.resources = "NUI/Resources/*.png", "NUI/**/*.nss"
s.requires_arc = true
s.frameworks = [ "UIKit", "CoreGraphics","QuartzCore", "CoreImage" ]
end

0 comments on commit 4ad18b6

Please sign in to comment.