From 68ff21973e2ea9193f48b85e92d2d6de7c52ae59 Mon Sep 17 00:00:00 2001 From: Hector Matos Date: Sat, 28 May 2016 20:54:09 -0700 Subject: [PATCH] updates podspec --- PrediKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrediKit.podspec b/PrediKit.podspec index 1ff8049..6f22dc6 100644 --- a/PrediKit.podspec +++ b/PrediKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PrediKit' - s.version = '2.0.3' + s.version = '2.0.4' s.license = 'MIT' s.summary = 'A Swift NSPredicate DSL for iOS & OS X inspired by SnapKit, lovingly written in Swift, and created by the awesome peeps at KrakenDev.io!' s.homepage = 'https://github.com/KrakenDev/PrediKit'