[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / b / SSURLSession / 0.1.6 / SSURLSession.podspec.json
blob7beb9508650505953662289b92ae7fb6e893896e
2   "name": "SSURLSession",
3   "version": "0.1.6",
4   "summary": "拆分于Swift FoundationNetworking 库,release/5.6版本,增加了设置resolve和connectTo的能力,可用于IP直连解决设置SNI无法设置的问题",
5   "homepage": "https://github.com/zhtut/SSURLSession",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ztgtut": "ztgtut@github.com"
12   },
13   "source": {
14     "git": "https://github.com/zhtut/SSURLSession.git",
15     "tag": "0.1.6"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "module_name": "SSURLSession",
23   "header_dir": "SSURLSession",
24   "dependencies": {
25     "CFURLSessionInterface": [
27     ]
28   },
29   "swift_version": "5.0"