blob: 794dd641607a9fbdcab8ef40a4ac41923e8799f3 [file] [log] [blame]
{
"name": "AlamoFire_Wrapper",
"version": "1.0.4",
"summary": "AlamoFire_Wrapper is as name suggests a wrapper over the alamofire library for quick use.",
"description": "This library can be used to encode a data in a certain way. This has a response model, a request model, an error model and a progresa model, all of them are completely customizable.",
"homepage": "https://gitlab.com/ankit.thanekar/custom_libraries",
"license": "MIT",
"authors": {
"Ankit Thanekar": "athanekar@inspeero.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitlab.com/ankit.thanekar/custom_libraries.git",
"tag": "1.0.4"
},
"source_files": "AlamoFire_Wrapper/AlamoFire_Wrapper/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"SwiftyJSON": [
"~> 4.1.0"
]
},
"pushed_with_swift_version": "3.0"
}