From 3e8d2c4d6c2b550fbe44b21e8fa74dc7ceab5059 Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Mon, 1 Feb 2016 22:00:47 +0000 Subject: [PATCH] updated spec --- LinqToObjectiveC.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinqToObjectiveC.podspec b/LinqToObjectiveC.podspec index 7b48374..c2c52f9 100644 --- a/LinqToObjectiveC.podspec +++ b/LinqToObjectiveC.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'LinqToObjectiveC' - s.version = '1.0.0' + s.version = '2.1.0' s.summary = 'Brings a Linq-style fluent query API to Objective-C.' s.author = { 'Colin Eberhardt' => 'colin.eberhardt@gmail.com' } s.source = { :git => 'https://github.com/ColinEberhardt/LinqToObjectiveC.git', - :tag => '1.0.0' + :tag => '2.1.0' } s.license = { :type => 'MIT',