Skip to content

Commit

Permalink
- Fixes #258
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-plebanovich committed Oct 25, 2023
1 parent 3302f73 commit 0c66893
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Nimble-Snapshots.podspec
Expand Up @@ -12,7 +12,10 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "13.0"
s.tvos.deployment_target = "13.0"
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
s.pod_target_xcconfig = {
'ENABLE_BITCODE' => 'NO',
'ENABLE_TESTING_SEARCH_PATHS' => 'YES',
}
s.source = { :git => "https://github.com/ashfurrow/Nimble-Snapshots.git", :tag => s.version }
s.default_subspec = "Core"
s.frameworks = "Foundation", "XCTest", "UIKit"
Expand Down

0 comments on commit 0c66893

Please sign in to comment.