blob: 756bc4d60e7709196fc486ac1609f1dd26a74f23 [file] [log] [blame]
{
"name": "AlamofireObjectMapper",
"version": "0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An extension to Alamofire which converts responses into 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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": "true",
"source_files": "AlamofireObjectMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"ObjectMapper": [
"~> 0.10"
]
}
}