Last active
December 28, 2015 03:29
-
-
Save djbe/7436022 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = 'DCTCoreDataStack' | |
s.version = '1.0.2' | |
s.summary = 'Easily sets up a read to use core data stack.' | |
s.homepage = 'https://github.com/danielctull/DCTCoreDataStack' | |
s.license = { :type => 'BSD', :file => 'Readme.textile' } | |
s.author = 'Rolandas Razma' | |
s.source = { :git => 'https://github.com/danielctull/DCTCoreDataStack.git' } | |
s.platform = :ios, '5.1' | |
s.source_files = 'DCTCoreDataStack/*.{h,m}' | |
s.public_header_files = 'DCTCoreDataStack/DCTCoreDataStack.h', 'DCTCoreDataStack/NSManagedObjectContext+DCTCoreDataStack.h' | |
s.frameworks = 'CoreData' | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is this working?