blob: ae86293647402cf9e793859932df6f8e5dc3f57c [file] [log] [blame]
{
"name": "AlamofireExtended",
"version": "1.0.3",
"license": "MIT",
"summary": "Extension to Alamofire that extends various classes with protocols.",
"homepage": "https://github.com/moros/AlamofireExtended",
"authors": {
"Doug Mason": "androidsoong@gmail.com"
},
"source": {
"git": "https://github.com/moros/AlamofireExtended.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "4.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.9.0"
]
},
"swift_version": "5.1"
}