From ad5e8d672dca111806b5c797a440f43329105a20 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 25 Sep 2013 22:04:02 +0100 Subject: [PATCH] Release 0.4.2 --- KFData.podspec | 8 ++------ Tests/Podfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/KFData.podspec b/KFData.podspec index 1e655a7..453970e 100644 --- a/KFData.podspec +++ b/KFData.podspec @@ -1,15 +1,11 @@ -# -# Note, when this file is touched. Make sure you do "cd Tests && pod update" -# - Pod::Spec.new do |s| s.name = 'KFData' - s.version = '0.4.1' + s.version = '0.4.2' s.license = 'BSD' s.summary = 'Lightweight Core Data wrapper.' s.homepage = 'https://github.com/kylef/KFData' s.authors = { 'Kyle Fuller' => 'inbox@kylefuller.co.uk' } - s.source = { :git => 'https://github.com/kylef/KFData.git', :tag => '0.4.1' } + s.source = { :git => 'https://github.com/kylef/KFData.git', :tag => '0.4.2' } s.requires_arc = true diff --git a/Tests/Podfile.lock b/Tests/Podfile.lock index 43488e9..7bbcdda 100644 --- a/Tests/Podfile.lock +++ b/Tests/Podfile.lock @@ -19,7 +19,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Expecta: d46fb1bd78c90a83da0158b9b1e108de106e369f - KFData: dfbe84db0bfd0236124636942bd7628a455fb100 + KFData: 0f19eabaf88192874772ac037fc1eec08de3dfa6 Kiwi: db174bba4ee8068b15d7122f1b22fb64b7c1d378 -COCOAPODS: 0.22.1 +COCOAPODS: 0.25.0