blob: cfdcb972b11ddee5c6e56e00fa747f96af15f26c [file] [log] [blame]
{
"name": "XMLMapper",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XMLMapper/Classes/**/*",
"dependencies": {
"XMLDictionary": [
"~> 1.4"
]
},
"pushed_with_swift_version": "3.2"
}