blob: 40f48b317367b369a96e2a0b13504d7d914cc2ca [file] [log] [blame]
{
"name": "XMLMapper",
"version": "1.6.1",
"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.6.1"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "XMLMapper/Classes/**/*",
"exclude_files": "XMLMapper/Classes/Requests"
},
{
"name": "Requests",
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "XMLMapper/Classes/Requests/",
"dependencies": {
"XMLMapper/Core": [
],
"Alamofire": [
"~> 4.9"
]
}
}
],
"swift_version": "5.0"
}