Skip to content

Commit 377f4bb

Browse files
committed
Bump swift_version to 5.0 on RNTAztecView podspec
1 parent b2a5295 commit 377f4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNTAztecView.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Pod::Spec.new do |s|
1414
s.public_header_files = 'react-native-aztec/ios/RNTAztecView/*.h'
1515
s.requires_arc = true
1616
s.platforms = { :ios => "11.0" }
17-
s.swift_version = '4.2'
17+
s.swift_version = '5.0'
1818
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
19-
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
19+
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
2020
s.dependency 'React-Core'
2121
s.dependency 'WordPress-Aztec-iOS'
2222

0 commit comments

Comments
 (0)