[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 5 / 6 / Zen / 0.1.5 / Zen.podspec.json
blob3bbff0546b1d7ac7da091fb4457e50c53b314392
2   "name": "Zen",
3   "version": "0.1.5",
4   "summary": "Zero Effort Networking Library in Swift.",
5   "description": "Zero Effort Networking Library built with Swift on top of Alamofire.",
6   "homepage": "https://github.com/KarimEbrahemAbdelaziz/Zen",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KarimEbrahemAbdelaziz": "karimabdelazizmansour@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/KarimEbrahemAbdelaziz/Zen.git",
16     "tag": "0.1.5"
17   },
18   "social_media_url": "https://twitter.com/k_ebrahem_",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Alamofire": [
26       "5.1.0"
27     ]
28   }