Skip to content

Commit

Permalink
Update spec to 1.7.1 and some fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 22, 2011
1 parent a81b15a commit 3915f8d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
12 changes: 0 additions & 12 deletions MagicalRecord/1.5.0/MagicalRecord.podspec

This file was deleted.

19 changes: 19 additions & 0 deletions MagicalRecord/1.7.1/MagicalRecord.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'MagicalRecord'
s.version = '1.7.1'
s.license = 'MIT'
s.summary = 'Super Awesome Easy Fetching for Core Data 1!!!11!!!!1! '

This comment has been minimized.

Copy link
@floere

floere Feb 7, 2012

Member

Hey @casademora / @alloy Would it be possible to un-leet this a little. I'm working on the search engine for the CocoaPods and clean data is very helpful. No biggie if it's important for some reason and needs to stay like this. Cheers!

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.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'

def s.post_install(target)
prefix_header = config.project_pods_root + target.prefix_header_filename
prefix_header.open('a') do |file|
file.puts(%{#ifdef __OBJC__\n#define MR_SHORTHAND 1\n#import "CoreData+MagicalRecord.h"\n#endif})
end
end
end

0 comments on commit 3915f8d

Please sign in to comment.