[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 5 / 6 / Zen / 0.1.3 / Zen.podspec.json
blobac7e0e82bd5248d7b627630f57d6d458a2f541f3
2   "name": "Zen",
3   "version": "0.1.3",
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.3"
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   }