blob: a49478403740fc360fa75bdfb781793f1997859e [file] [log] [blame]
{
"name": "AlamofireObjectMapper",
"version": "5.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper",
"homepage": "https://github.com/tristanhimmelman/AlamofireObjectMapper",
"authors": {
"Tristan Himmelman": "tristanhimmelman@gmail.com"
},
"source": {
"git": "https://github.com/tristanhimmelman/AlamofireObjectMapper.git",
"tag": "5.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "AlamofireObjectMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"ObjectMapper": [
"~> 3.4"
]
}
}