Skip to content

Instantly share code, notes, and snippets.

@shsteven
Last active December 24, 2015 01:29
Show Gist options
  • Save shsteven/6724534 to your computer and use it in GitHub Desktop.
Save shsteven/6724534 to your computer and use it in GitHub Desktop.
MagicalRecord develop branch
Pod::Spec.new do |s|
s.name = 'MagicalRecord'
s.version = '2.2.1-develop'
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',:branch=>'develop' }
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