blob: 881e8b73d9229b2d7f4838a0a3633d3a2c78d608 [file] [log] [blame]
{
"name": "KissXML",
"version": "5.2.3",
"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.3"
},
"requires_arc": true,
"source_files": "KissXML/**/*.{h,m}",
"private_header_files": "KissXML/Private/**/*.h",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
}
}