We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5295 commit 377f4bbCopy full SHA for 377f4bb
RNTAztecView.podspec
@@ -14,9 +14,9 @@ Pod::Spec.new do |s|
14
s.public_header_files = 'react-native-aztec/ios/RNTAztecView/*.h'
15
s.requires_arc = true
16
s.platforms = { :ios => "11.0" }
17
- s.swift_version = '4.2'
+ s.swift_version = '5.0'
18
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
19
- 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
+ 'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
20
s.dependency 'React-Core'
21
s.dependency 'WordPress-Aztec-iOS'
22
0 commit comments