[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 6 / e / 9 / Sio / 1.0.0 / Sio.podspec.json
blob9b8b7b28d25ba153ccc28634f726112825cd0ecc
2   "name": "Sio",
3   "version": "1.0.0",
4   "summary": "A http client being easy to use URLSession.",
5   "swift_versions": "5.9",
6   "description": "This library `Sio` is affected by `Dio` which is one of the most common http client library.\n`Dio` has a lot of features that are very useful of http connection. Sio picks up some useful\nfeatures from `Dio` and implement them as a wrapper of `URLSession`, which library also deal\nwith http connection,q",
7   "homepage": "https://github.com/Kate941-su/Sio",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kitaya": "kworkshere@gmail.com"
14   },
15   "social_media_url": "https://www.linkedin.com/in/kaito-kitaya-379a70274/",
16   "platforms": {
17     "ios": "13.0",
18     "osx": "12.0"
19   },
20   "source": {
21     "git": "https://github.com/Kate941-su/Sio.git",
22     "tag": "1.0.0"
23   },
24   "source_files": "Sources/Sio/**/*.swift",
25   "swift_version": "5.9"