From abebc585098ff50963a9ee978595eb3e94c651c8 Mon Sep 17 00:00:00 2001 From: Tom Benner Date: Fri, 11 Jan 2013 15:19:07 -0800 Subject: [PATCH] Added NUI 0.2.4 --- NUI/0.2.4/NUI.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 NUI/0.2.4/NUI.podspec diff --git a/NUI/0.2.4/NUI.podspec b/NUI/0.2.4/NUI.podspec new file mode 100644 index 00000000..5b59f1c0 --- /dev/null +++ b/NUI/0.2.4/NUI.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = "NUI" + s.version = "0.2.4" + s.summary = "Style iOS apps with a style sheet, similar to CSS." + s.description = "NUI is a drop-in UI kit for iOS that lets you style UI elements using a style sheet, 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.2.4" } + s.platform = :ios, '5.0' + + 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 \ No newline at end of file