blob: 2385fc958cbedb4d6449ef37793a705de1ba1422 [file] [log] [blame]
{
"name": "AlamofireMapper",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"summary": "An extension to Alamofire which automatically converts JSON response data into swift objects using Decodeable",
"homepage": "https://github.com/sua8051/AlamofireMapper",
"authors": {
"Sua Le": "sua8051@gmail.com"
},
"source": {
"git": "https://github.com/sua8051/AlamofireMapper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "AlamofireMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.1"
]
}
}