[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / 6 / NetworkSessionKit / 1.0.2 / NetworkSessionKit.podspec.json
blob8a3fb99268b8b462e048b8d86df7c1d54bd8fc22
2   "name": "NetworkSessionKit",
3   "version": "1.0.2",
4   "summary": "NetworkSessionKit is a network lib to work with HTTP requests",
5   "homepage": "https://github.com/jadernunes/NetworkSessionKit.git",
6   "authors": "Jáder Nunes - https://jadernunes.com",
7   "platforms": {
8     "ios": "14.0"
9   },
10   "swift_versions": "5.0",
11   "source_files": "Sources/**/*.{h,m,swift}",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "source": {
17     "git": "git@github.com:jadernunes/NetworkSessionKit.git",
18     "branch": "master",
19     "tag": "1.0.2"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "SwiftUI"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "5.8.1"
29     ],
30     "LocalizeKit": [
31       "1.0.1"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
36     "BITCODE_GENERATION_MODE": "bitcode"
37   },
38   "swift_version": "5.0"