Skip to content

Commit

Permalink
Remove strict version depencency from React
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yarulin committed Jul 17, 2015
1 parent cd07e75 commit 2ccd9ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-native-xml.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-xml"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "react native xml module with xpath support"
s.description = "Provides you a function to parse and search inside XML using XPath and JavaScript"
s.homepage = "https://github.com/artemyarulin/react-native-xml"
Expand All @@ -12,8 +12,8 @@ Pod::Spec.new do |s|
s.public_header_files = "rnxml/rnxml/RNMXml.h"
s.requires_arc = true
s.dependency "GDataXML-HTML", "~> 1.1"
s.dependency "React", "~> 0.5.0"
s.dependency "React", "> 0.5.0"
# CocoaPods wouldn't handle it for us, so let's expose build flags from GDataXml-HTML
s.library = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end
end

0 comments on commit 2ccd9ee

Please sign in to comment.