blob: 1d86a6065a3ca29a64368d3b3560b1b0a491385e [file] [log] [blame]
{
"name": "KissXML",
"version": "5.2.0",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"summary": "A replacement for Cocoa's NSXML cluster of classes. Based on libxml.",
"homepage": "https://github.com/robbiehanson/KissXML",
"authors": {
"Robbie Hanson": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/robbiehanson/KissXML.git",
"tag": "5.2.0"
},
"requires_arc": true,
"source_files": "KissXML/**/*.{h,m,swift}",
"private_header_files": "KissXML/Private/**/*.h",
"osx": {
"exclude_files": "KissXML/**/*.swift"
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"pushed_with_swift_version": "3.0"
}