blob: 3bbff0546b1d7ac7da091fb4457e50c53b314392 [file] [log] [blame]
{
"name": "Zen",
"version": "0.1.5",
"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.5"
},
"social_media_url": "https://twitter.com/k_ebrahem_",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"5.1.0"
]
}
}