[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 3 / 9 / 4 / AKApiManager / 1.1.0 / AKApiManager.podspec.json
blob02c6219c7c27cfe2427908a1fb276d4d051d4b15
2   "name": "AKApiManager",
3   "summary": "AKApiManager is a layer built on top of Alamofire to facilitate restful api requests.",
4   "requires_arc": true,
5   "version": "1.1.0",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Amr Koritem": "amr.koritem92@gmail.com"
12   },
13   "homepage": "https://github.com/AmrKoritem/AKApiManager",
14   "source": {
15     "git": "https://github.com/AmrKoritem/AKApiManager.git",
16     "tag": "v1.1.0"
17   },
18   "frameworks": "UIKit",
19   "source_files": "Sources/AKApiManager/**/*.{swift}",
20   "dependencies": {
21     "Alamofire": [
22       "~> 5.6.2"
23     ]
24   },
25   "swift_versions": "5.0",
26   "platforms": {
27     "ios": "13.0",
28     "tvos": "13.0"
29   },
30   "swift_version": "5.0"