blob: 63abf63a24af06e3946b526959e31f7af0ff7a28 [file] [log] [blame]
{
"name": "react-native-xml",
"version": "0.0.3",
"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.3"
},
"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"
}
}