updated podspec for OSX

This commit is contained in:
John Rommel Estropia
2015-10-30 01:46:47 +09:00
parent 6aed070e7c
commit 05b4a7092a

View File

@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"
s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift"
s.frameworks = "Foundation", "CoreData"
s.requires_arc = true
s.dependency "GCDKit", "1.1.3"