blob: c008a808ee8d3d60f98d6816e9b6b372dfad8506 [file] [log] [blame]
{
"name": "SwiftyNarou",
"version": "1.1.0",
"summary": "A Swift wrapper for the Narou API. Also supports retrieving novel contents from ncode URLs.",
"description": "SwiftyNarou is a Swift wrapper around the Narou API. In addition to supporting all of the API's function calls, SwiftyNarou also enables the user to retrieve novel contents by providing an ncode. Inspired by narou4j by nshiba (https://github.com/nshiba/narou4j).",
"homepage": "https://github.com/Rawgers/SwiftyNarou",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roger Luo": "rawger@berkeley.edu"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/Rawgers/SwiftyNarou.git",
"tag": "1.1.0"
},
"source_files": "SwiftyNarou/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"SwiftSoup": [
],
"SwiftyJSON": [
],
"GzipSwift": [
]
},
"swift_version": "5.1"
}