mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-12 23:00:26 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a0d27cf34 |
@@ -28,8 +28,8 @@ Pod::Spec.new do |s|
|
||||
ts.resource_bundles = { 'CoreStoreTests' => ["CoreStoreTests/**/*.momd"] }
|
||||
ts.frameworks = "Foundation", "CoreData"
|
||||
ts.requires_arc = true
|
||||
ts.ios.deployment_target = "13.0"
|
||||
ts.osx.deployment_target = "10.15"
|
||||
ts.tvos.deployment_target = "13.0"
|
||||
ts.ios.deployment_target = "16.0"
|
||||
ts.osx.deployment_target = "13.0"
|
||||
ts.tvos.deployment_target = "16.0"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user