Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1299 from kylef/kfdata
KFData 0.3
  • Loading branch information
keith committed Feb 18, 2013
2 parents a85b7b1 + f4284d6 commit 7053790
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions KFData/0.3/KFData.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'KFData'
s.version = '0.3'
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.3' }

s.requires_arc = true

s.ios.deployment_target = '5.0'
s.ios.frameworks = 'CoreData'
s.ios.source_files = 'Classes/*.{h,m}', 'Classes/iOS/*.{h,m}', 'Categories/*.{h,m}'

s.osx.deployment_target = '10.7'
s.osx.frameworks = 'CoreData'
s.osx.source_files = 'Classes/*.{h,m}', 'Categories/*.{h,m}'
end

0 comments on commit 7053790

Please sign in to comment.