allow CoreStore installation both through frameworks or through direct linking

This commit is contained in:
John Estropia
2015-11-24 11:33:52 +09:00
parent 05b4a7092a
commit eef5a3d80b
21 changed files with 62 additions and 20 deletions

View File

@@ -15,5 +15,7 @@ Pod::Spec.new do |s|
s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift"
s.frameworks = "Foundation", "CoreData"
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-D USE_FRAMEWORKS' }
s.dependency "GCDKit", "1.1.3"
end