blob: 7297fd4bbd09e3c76ae9e1cbaf7a48d898e5805d [file] [log] [blame]
{
"name": "XMLMapper",
"version": "1.0.0",
"summary": "A simple way to map XML to Objects written in Swift",
"homepage": "https://github.com/gcharita/XMLMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gcharita": "chgiorgos13@gmail.com"
},
"source": {
"git": "https://github.com/gcharita/XMLMapper.git",
"tag": "1.0.0"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "XMLMapper/Classes/**/*",
"dependencies": {
"XMLDictionary": [
"~> 1.4"
]
},
"pushed_with_swift_version": "3.2"
}