fix pod dependency

This commit is contained in:
John Rommel Estropia
2015-10-23 00:49:34 +09:00
parent dcfb09eda7
commit 91aef44803

View File

@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "2.0"
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"
s.frameworks = "Foundation", "UIKit", "CoreData"
s.frameworks = "Foundation", "CoreData"
s.requires_arc = true
s.dependency "GCDKit", "1.1.2"
s.dependency "GCDKit", "1.1.3"
end