Bumped podspec

This commit is contained in:
Saul Mora
2011-11-29 01:27:19 -07:00
parent 719ffadd37
commit f3d3f2b082

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'MagicalRecord'
s.version = '1.7.1'
s.version = '1.8'
s.license = 'MIT'
s.summary = 'Super Awesome Easy Fetching for Core Data 1!!!11!!!!1! '
s.homepage = 'http://github.com/magicalpanda/MagicalRecord'
s.author = { 'Saul Mora' => 'saul@magicalpanda.com' }
s.source = { :git => 'http://github.com/magicalpanda/MagicalRecord.git', :tag => '1.7.1' }
s.source = { :git => 'http://github.com/magicalpanda/MagicalRecord.git', :tag => '1.8' }
s.description = 'Handy fetching, threading and data import helpers to make Core Data a little easier to use.'
s.source_files = 'Source/**/*.{h,m}'
s.framework = 'CoreData'