blob: d69c384a035418c7dc2d3a3f0d1f58bbf3643fae [file] [log] [blame]
{
"name": "AEXML",
"version": "4.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple and lightweight XML parser written in Swift",
"homepage": "https://github.com/tadija/AEXML",
"authors": {
"tadija": "tadija@me.com"
},
"social_media_url": "http://twitter.com/tadija",
"source": {
"git": "https://github.com/tadija/AEXML.git",
"tag": "4.0.1"
},
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
}
}