blob: d022145587aa511a0e30cb2de97e6a7a39407366 [file] [log] [blame]
{
"name": "react-native-xml",
"version": "0.2.1",
"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.2.1"
},
"source_files": [
"rnxml/rnxml/RNMXml.{h,m}"
],
"public_header_files": "rnxml/rnxml/RNMXml.h",
"requires_arc": true,
"dependencies": {
"GDataXML-HTML": [
"1.3.0"
],
"React": [
"> 0.10.0"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}