blob: 2794eff443ae1771bd8372c0e16673e853598548 [file] [log] [blame]
{
"name": "AlamofireSync",
"version": "5.0.0",
"summary": "A Swift extension that allows synchronous requests for Alamofire",
"homepage": "https://github.com/gumob/AlamofireSync",
"license": "MIT",
"authors": {
"gumob": "gumob.dev@gmail.com"
},
"source": {
"git": "https://github.com/gumob/AlamofireSync.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"swift_version": "5.2"
}