blob: e7e00189b92d7ab21bffd225e308073d46c6d375 [file] [log] [blame]
{
"name": "react-native-xml",
"version": "0.0.2",
"summary": "react native xml module with xpath support",
"description": "Provides you a function to parse and search inside XML using XPath and JavaScript",
"homepage": "https://github.com/artemyarulin/react-native-xml",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem Yarulin": "artem.yarulin@fessguid.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/artemyarulin/react-native-xml.git",
"tag": "0.0.2"
},
"source_files": [
"rnxml/rnxml/RNMXml.{h,m}"
],
"public_header_files": "rnxml/rnxml/RNMXml.h",
"requires_arc": true,
"dependencies": {
"GDataXML-HTML": [
"~> 1.1"
],
"React": [
"~> 0.5.0"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}