We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c61ef commit bb57f8dCopy full SHA for bb57f8d
IDZSwiftCommonCrypto.podspec
@@ -18,14 +18,10 @@ Pod::Spec.new do |s|
18
19
s.source_files = "IDZSwiftCommonCrypto"
20
21
- # Stop CocoaPods from deleting dummy frameworks
22
- s.preserve_paths = "Frameworks"
23
24
# Make sure we can find the dummy frameworks
25
s.pod_target_xcconfig = {
26
"SWIFT_VERSION" => "4.2",
27
- "SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
28
- "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
29
"APPLICATION_EXTENSION_API_ONLY" => "YES"
30
}
31
0 commit comments