Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 25, 2013
1 parent 16c6aa9 commit ad5e8d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions KFData.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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

Expand Down
4 changes: 2 additions & 2 deletions Tests/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Expecta: d46fb1bd78c90a83da0158b9b1e108de106e369f
KFData: dfbe84db0bfd0236124636942bd7628a455fb100
KFData: 0f19eabaf88192874772ac037fc1eec08de3dfa6
Kiwi: db174bba4ee8068b15d7122f1b22fb64b7c1d378

COCOAPODS: 0.22.1
COCOAPODS: 0.25.0

0 comments on commit ad5e8d6

Please sign in to comment.