blob: a8b69123a77e6a648fa6000ce917f3d8567f0ddf [file] [log] [blame]
{
"name": "SCIXMLSerialization",
"version": "0.1.3",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/SciApps/SCIXMLSerialization",
"authors": {
"Arpad Goretity": "h2co3@h2co3.org",
"Oliver Kocsis": "okocsis@sciapps.io"
},
"summary": "Parsing and serializing XML using Cocoa collections, the right way",
"source": {
"git": "https://github.com/SciApps/SCIXMLSerialization.git",
"tag": "0.1.3"
},
"source_files": "src/{NSError+SCIXMLSerialization,NSObject+SCIXMLSerialization,SCIXMLCanonicalizingTransform,SCIXMLCompactingTransform,SCIXMLSerialization,SCIXMLUtils}.{h,m}",
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2"
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}