blob: 9844504f92fc6ecfb3297814e361dc59f5e66ac8 [file] [log] [blame]
{
"name": "Zen",
"version": "0.1.4",
"summary": "Zero Effort Networking Library in Swift.",
"description": "Zero Effort Networking Library built with Swift on top of Alamofire.",
"homepage": "https://github.com/KarimEbrahemAbdelaziz/Zen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KarimEbrahemAbdelaziz": "karimabdelazizmansour@gmail.com"
},
"source": {
"git": "https://github.com/KarimEbrahemAbdelaziz/Zen.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/k_ebrahem_",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"5.1.0"
]
}
}