[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 2 / b / SSeoNetwork / 1.0.0 / SSeoNetwork.podspec.json
blob36e338e84a5afbfb6c18ec7141ed59d5a9823334
2   "name": "SSeoNetwork",
3   "version": "1.0.0",
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.com"
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": "1.0.0"
22   },
23   "source_files": [
24     "SSNetwork",
25     "SSNetwork/**/*.{swift}"
26   ],
27   "public_header_files": "SSNetwork/**/SSNetwork.h",
28   "swift_version": "5"