[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 3 / 8 / AkaNet / 1.0.1 / AkaNet.podspec.json
blobef64c4eef904b5211fb0b19d280894e6724f6ace
2   "name": "AkaNet",
3   "version": "1.0.1",
4   "summary": "A networking library built on top of Moya with advanced features.",
5   "platforms": {
6     "ios": "15.0"
7   },
8   "description": "AkaNet is a powerful networking library for iOS applications, built on top of Moya. It provides features like request prioritization, a caching pool, multiple caching strategies, streaming, and persistent connections.",
9   "homepage": "https://github.com/MidnightAck/AkaNet",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": [
15     "sekitou"
16   ],
17   "social_media_url": "https://x.com/MidnightAckX",
18   "source": {
19     "git": "https://github.com/MidnightAck/AkaNet.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Source/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
26     ],
27     "Reachability": [
29     ]
30   },
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "swift_versions": [
36     "5.0"
37   ],
38   "requires_arc": true,
39   "swift_version": "5.0"