blob: bd62a3b6980f812977931d4abdc7fe8e3da19693 [file] [log] [blame]
{
"name": "XMLMapper",
"version": "1.5.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.5.1"
},
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_version": "4.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.1"
]
}
}
]
}