From 8bdf6a0e1bcdbd8969a412e5ebd8f996fc72ffd1 Mon Sep 17 00:00:00 2001 From: Jesper Skrufve Date: Sun, 13 Jan 2013 15:41:16 +0200 Subject: [PATCH] [Update] NLKit (0.2.1) --- NLKit/0.2.1/NLKit.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NLKit/0.2.1/NLKit.podspec diff --git a/NLKit/0.2.1/NLKit.podspec b/NLKit/0.2.1/NLKit.podspec new file mode 100644 index 00000000..0b0aea82 --- /dev/null +++ b/NLKit/0.2.1/NLKit.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "NLKit" + s.version = "0.2.1" + s.summary = "A collection of categories and classes to simplify iOS development." + s.homepage = "https://github.com/jksk/NLKit" + s.license = 'MIT' + s.author = { "Jesper Skrufve" => "jesper@neolo.gy" } + s.source = { :git => "https://github.com/jksk/NLKit.git", :tag => "0.2.1" } + s.platform = :ios, '6.0' + s.source_files = 'NLKit' + s.frameworks = 'QuartzCore', 'Security', 'CoreLocation', 'CoreData' + s.library = 'z' + s.requires_arc = true +end