Skip to content

Commit e77151a

Browse files
committed
Use pod_target_xcconfig in podspec instead of xcconfig
1 parent c323116 commit e77151a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDZSwiftCommonCrypto.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CMD
4545
s.preserve_paths = "Frameworks"
4646

4747
# Make sure we can find the dummy frameworks
48-
s.xcconfig = {
48+
s.pod_target_xcconfig = {
4949
"SWIFT_VERSION" => "3.0",
5050
"SWIFT_INCLUDE_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",
5151
"FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/IDZSwiftCommonCrypto/Frameworks/$(PLATFORM_NAME)",

0 commit comments

Comments
 (0)