[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 9 / 2 / b / SSeoNetwork / 0.0.2 / SSeoNetwork.podspec.json
blob2e25ac91ab8bf3c6de2ea1453b49a31d76c40946
2   "name": "SSeoNetwork",
3   "version": "0.0.2",
4   "summary": "An un-opinionated network framework with only the minimal functionality and no bloater.",
5   "description": "This library provide most basic functionality to make API call from iOS written\nin Swift. It utilizes Combine framework which  only support iOS 13 and above.",
6   "homepage": "https://github.com/ndson040496/SSNetworkiOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Son Nguyen": "ndson040496@gmail.edu"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "10.15"
17   },
18   "swift_versions": "5",
19   "source": {
20     "git": "https://github.com/ndson040496/SSNetworkiOS.git",
21     "tag": "0.0.2"
22   },
23   "source_files": [
24     "SSNetwork",
25     "SSNetwork/**/*.{swift}"
26   ],
27   "public_header_files": "SSNetwork/**/SSNetwork.h",
28   "swift_version": "5"