blob: 449c5f1f9771ef76732b6f43a0144f0e962b2e6b [file] [log] [blame]
{
"name": "AlamofireObjectMapper",
"version": "6.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": "6.2.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "AlamofireObjectMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"5.0.0-rc.2"
],
"ObjectMapper": [
"~> 3.5.1"
]
},
"swift_version": "5.0"
}