Last active
December 24, 2015 01:29
-
-
Save shsteven/6724534 to your computer and use it in GitHub Desktop.
MagicalRecord develop branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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