blob: 9df8e5ce2c0d1df7444d78cb2b4b84af5e07235e [file] [log] [blame]
{
"name": "SwiftyXML",
"version": "2.0.0",
"summary": "The most swifty way to deal with XML data in swift 4",
"homepage": "https://github.com/chenyunguiMilook/SwiftyXML",
"license": {
"type": "MIT"
},
"authors": {
"chenyunguiMilook": "286224043@qq.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/chenyunguiMilook/SwiftyXML.git",
"tag": "2.0.0"
},
"source_files": "Source/*.swift"
}