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