Skip to content

Commit

Permalink
Merge pull request #85 from Tylerc230/master
Browse files Browse the repository at this point in the history
MagicalRecord git url must use https not http
  • Loading branch information
alloy committed Mar 28, 2012
2 parents 80bc1b6 + 1418007 commit aef0044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MagicalRecord/1.7.1/MagicalRecord.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
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 => 'https://github.com/magicalpanda/MagicalRecord.git', :tag => '1.7.1' }
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'
Expand Down
2 changes: 1 addition & 1 deletion MagicalRecord/1.8.3/MagicalRecord.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
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.8.3' }
s.source = { :git => 'https://github.com/magicalpanda/MagicalRecord.git', :tag => '1.8.3' }
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'
Expand Down

0 comments on commit aef0044

Please sign in to comment.