blob: 6e174b5953b85a8ee3002ce20a003792f91afdf3 [file] [log] [blame]
{
"name": "SwiftyXMLParser",
"version": "3.0.2",
"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"
},
"source_files": "SwiftyXMLParser/*.swift",
"requires_arc": true,
"source": {
"git": "https://github.com/yahoojapan/SwiftyXMLParser.git",
"tag": "3.0.2"
},
"pushed_with_swift_version": "3.0"
}