Skip to content

Commit

Permalink
fix pod lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEstropia committed Oct 3, 2023
1 parent cbf1015 commit 4b6d9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoreStore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4b6d9a5

Please sign in to comment.