[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / e / c / SwiftRequestKit / 0.1.0 / SwiftRequestKit.podspec.json
blob6ab3d895306ff2c53bb23169375d490b12d96626
2   "name": "SwiftRequestKit",
3   "version": "0.1.0",
4   "summary": "SwiftRequestKit is an SDK for making network requests in Swift.",
5   "description": "SwiftRequestKit is an extensive SDK designed for making network requests in Swift. It provides a simplified interface for API calls, response handling, and error management.",
6   "homepage": "https://philippovs.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Your Name": "b@philippovs.com"
13   },
14   "source": {
15     "git": "https://github.com/bvfilippov/SwiftRequestKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "SwiftRequestKit/**/*.{h,m,swift}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "swift_versions": [
27     "4.0"
28   ],
29   "swift_version": "4.0"