blob: 5c3d65005136821f5dfcf6d9597e4b052e5dcf32 [file] [log] [blame]
{
"name": "AlamofireObjectMapper",
"version": "4.0.2",
"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": "4.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": "true",
"source_files": "AlamofireObjectMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"ObjectMapper": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}