fix pod lint

This commit is contained in:
John Estropia
2023-10-03 18:52:14 +09:00
parent cbf101506c
commit 4b6d9a54e7

View File

@@ -25,6 +25,7 @@ Pod::Spec.new do |s|
ts.public_header_files = "CoreStoreTests/**/*.h"
ts.resources = [ "CoreStoreTests/**/*.xcdatamodeld", "CoreStoreTests/**/*.xcdatamodel" ]
ts.preserve_paths = "CoreStoreTests/**/*.xcdatamodeld"
ts.resource_bundles = { 'CoreStoreTests' => ["CoreStoreTests/**/*.momd"] }
ts.frameworks = "Foundation", "CoreData"
ts.requires_arc = true
ts.ios.deployment_target = "13.0"