blob: b6fc69ea2e20bf5e4fd581d8cc58d8b7004928ea [file] [log] [blame]
{
"name": "Fuzi",
"version": "2.2.0",
"license": "MIT",
"summary": "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support",
"homepage": "https://github.com/cezheng/Fuzi",
"social_media_url": "https://twitter.com/AdamoCheng",
"authors": {
"Ce Zheng": "cezheng.cs@gmail.com"
},
"source": {
"git": "https://github.com/cezheng/Fuzi.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}