blob: 1a32b72452219c961a501cad913cb0b16a8f58f5 [file] [log] [blame]
{
"name": "AlamofireObjectMapper",
"version": "2.0.1",
"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": "2.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": "true",
"source_files": "AlamofireObjectMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1.0"
],
"ObjectMapper": [
"~> 1.0"
]
}
}