{ "name": "AlamofireObjectMapper", "version": "6.3.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.3.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.2" ], "ObjectMapper": [ "~> 4.2" ] }, "swift_version": "5.0" }