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