[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 9 / 0 / WisdomSession / 0.0.4 / WisdomSession.podspec.json
blob7d27c760fbb06f8fd79f604b0ae787db84ef0f2f
2   "name": "WisdomSession",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "tangjianfeng": "497609288@qq.com"
10   },
11   "homepage": "https://github.com/tangjianfengVS/WisdomSession",
12   "source": {
13     "git": "https://github.com/tangjianfengVS/WisdomSession.git",
14     "tag": "0.0.4"
15   },
16   "summary": "Based on 【Alamofire】 library, encapsulated network framework library",
17   "description": "Based on 【Alamofire】 library, encapsulated network framework library(基于 Alamofire 库,封装的网络框架库).",
18   "platforms": {
19     "osx": "10.15",
20     "ios": "12.0"
21   },
22   "swift_versions": [
23     "5.6",
24     "5.7",
25     "5.8.1"
26   ],
27   "dependencies": {
28     "Alamofire": [
29       "5.8.0"
30     ]
31   },
32   "static_framework": true,
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": [
38         "Source/Core/*.swift",
39         "Source/Core/*.{h,m}"
40       ]
41     }
42   ],
43   "swift_version": "5.8.1"