From 6d0af36ce27d3a137a0602668018f70b491f0542 Mon Sep 17 00:00:00 2001 From: Sergey Klimov Date: Mon, 14 Jan 2013 22:17:37 -0800 Subject: [PATCH] Create taskit.podspec --- taskit.podspec | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 taskit.podspec diff --git a/taskit.podspec b/taskit.podspec new file mode 100644 index 0000000..b960017 --- /dev/null +++ b/taskit.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |s| + s.name = "taskit" + s.version = "0.0.1" + s.license = 'WTFPL' + s.summary = "NSTask reimplementation a simpler interface" + s.author = { "Alex Gordon" => "alextgordon@gmail.com" } + s.homepage = 'https://github.com/fileability/taskit' + s.source = { :git => "git://github.com/fileability/taskit.git", :commit => "96eaa8ef0f66dc98b02d9686d6f3e38bb5981b99" } + s.source_files = '*.{h,m}' +end