blob: 3101864043cf708d7aa33f22b738b4ac736c43a9 [file] [log] [blame]
{
"name": "Fuzi",
"version": "2.0.1",
"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.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"preserve_paths": "libxml2/*",
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2"
},
"pushed_with_swift_version": "4.0"
}