blob: 7928c948b059e5ffdca6e7b0ca994c471faa7e5e [file] [log] [blame]
{
"name": "HYXMLParser",
"version": "0.0.5",
"summary": "快速将xml解析成,字典或数组对象",
"homepage": "https://github.com/hillyoung/HYXMLParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hillyoung": "1666487339@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hillyoung/HYXMLParser.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"HYXMLParser/HYXMLParser/*.{h,m}"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"GDataXML-HTML": [
"~> 1.3.0"
]
}
}