[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 3 / b / SSURLSession / 0.2.0 / SSURLSession.podspec.json
blobb263e31cf5017d2c06bf7b2643c5c133484ee498
2   "name": "SSURLSession",
3   "version": "0.2.0",
4   "summary": "拆分于Swift FoundationNetworking 库,main分支,增加了设置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.2.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13"
21   },
22   "source_files": "Sources/**/*.swift",
23   "module_name": "SSURLSession",
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES"
26   },
27   "dependencies": {
28     "CFURLSessionInterface": [
30     ]
31   },
32   "swift_version": "5.0"