From df7dc5f1e17a3423a6bd859246644cadcf4165e0 Mon Sep 17 00:00:00 2001 From: Jesper Skrufve Date: Tue, 2 Jul 2013 19:46:45 +0300 Subject: [PATCH] [Update] NLKit (0.2.31) --- NLKit/0.2.31/NLKit.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NLKit/0.2.31/NLKit.podspec diff --git a/NLKit/0.2.31/NLKit.podspec b/NLKit/0.2.31/NLKit.podspec new file mode 100644 index 00000000000000..077008b99cd955 --- /dev/null +++ b/NLKit/0.2.31/NLKit.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "NLKit" + s.version = "0.2.31" + 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.31" } + s.platform = :ios, '6.0' + s.source_files = 'NLKit', 'NLKit/**/*.{h,m}' + s.frameworks = 'QuartzCore', 'Security', 'CoreLocation', 'CoreData' + s.library = 'z' + s.requires_arc = true +end