Skip to content

Commit

Permalink
Merge pull request #1434 from wordpress-mobile/rntaztec-ios11
Browse files Browse the repository at this point in the history
Update RNTAztec to iOS11
  • Loading branch information
koke committed Oct 11, 2019
2 parents de6141a + 377f4bb commit 9c1cfb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RNTAztecView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Pod::Spec.new do |s|
s.source_files = 'react-native-aztec/ios/RNTAztecView/*.{h,m,swift}'
s.public_header_files = 'react-native-aztec/ios/RNTAztecView/*.h'
s.requires_arc = true
s.platforms = { :ios => "10.0" }
s.swift_version = '4.2'
s.platforms = { :ios => "11.0" }
s.swift_version = '5.0'
s.xcconfig = {'OTHER_LDFLAGS' => '-lxml2',
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
'HEADER_SEARCH_PATHS' => '/usr/include/libxml2'}
s.dependency 'React-Core'
s.dependency 'WordPress-Aztec-iOS'

Expand Down

0 comments on commit 9c1cfb8

Please sign in to comment.