blob: c78c88cf48aee89a59de200c98bf9812acdd2170 [file] [log] [blame]
{
"name": "AlamofireObjectMapper",
"version": "0.8",
"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": "0.8"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"requires_arc": "true",
"source_files": "AlamofireObjectMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"2.0.0"
],
"ObjectMapper": [
"0.16"
]
}
}