diff --git a/MagicalRecord.podspec b/MagicalRecord.podspec index 1e2dccd..b7c73e4 100644 --- a/MagicalRecord.podspec +++ b/MagicalRecord.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'MagicalRecord' - s.version = '2.0.4' + s.version = '2.0.5' s.license = 'MIT' - s.summary = 'Super Awesome Easy Fetching for Core Data 1!!!11!!!!1! ' + 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 => '2.0.4' } + s.source = { :git => 'https://github.com/magicalpanda/MagicalRecord.git', :tag => '2.0.5' } s.description = 'Handy fetching, threading and data import helpers to make Core Data a little easier to use.' s.source_files = 'MagicalRecord/**/*.{h,m}' s.framework = 'CoreData'