blob: 783ea759c1e11e86f07ba5bf18a1b31fb9624d33 [file] [log] [blame]
{
"name": "SwiftyXMLParser",
"version": "4.2.0",
"summary": "Simple XML Parser implemented by Swift",
"description": "This is a XML parser inspired by SwiftyJSON and SWXMLHash.\n\nNSXMLParser in Foundation framework is a kind of \"SAX\" parser. It has a enough performance but is a little inconvenient.\nSo we have implemented \"DOM\" parser wrapping it.",
"homepage": "https://github.com/yahoojapan/SwiftyXMLParser.git",
"license": "MIT",
"authors": {
"kahayash": "kahayash@yahoo-corp.jp"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "SwiftyXMLParser/*.swift",
"requires_arc": true,
"source": {
"git": "https://github.com/yahoojapan/SwiftyXMLParser.git",
"tag": "4.2.0"
}
}