blob: 10a1748557b2bc9eba8084a9885bd3a40eeaf0e5 [file] [log] [blame]
{
"name": "SNHttpRequest",
"version": "1.0.5",
"summary": "A thin wrapper around NSURLSession in Swift to simplify HTTP requests.",
"description": "SNHttpRequest is a thin wrapper around NSURLSession in Swift to simplify HTTP requests.",
"homepage": "https://github.com/sabarics/SNHttpRequest",
"license": "MIT",
"authors": {
"sabarics": "sabarics10@gmail.com"
},
"source": {
"git": "https://github.com/sabarics/SNHttpRequest.git",
"tag": "1.0.5"
},
"source_files": "SNHttpRequest/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_versions": "5",
"platforms": {
"ios": "11.0"
},
"swift_version": "5"
}