Skip to content

Instantly share code, notes, and snippets.

@l4u
Created October 15, 2013 23:29
Show Gist options
  • Save l4u/7000254 to your computer and use it in GitHub Desktop.
Save l4u/7000254 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'MagicalRecord'
s.version = '2.3.beta'
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' => '[email protected]' }
s.source = { :git => 'https://github.com/magicalpanda/MagicalRecord.git',:commit => 'b49f29d36e25dd40068a263635c3f8d120636076' }
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'
s.requires_arc = true
s.prefix_header_contents = "#ifdef __OBJC__\n#define MR_SHORTHAND\n#import \"CoreData+MagicalRecord.h\"\n#endif"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment