[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 2 / 0 / SwiftyNarou / 1.1.6 / SwiftyNarou.podspec.json
blob69b7c194a8167c60fd4e4e7650b6a4ed9b5b0cc9
2   "name": "SwiftyNarou",
3   "version": "1.1.6",
4   "summary": "A Swift wrapper for the Narou API. Also supports retrieving novel contents from ncode URLs.",
5   "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).",
6   "homepage": "https://github.com/Rawgers/SwiftyNarou",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roger Luo": "rawger@berkeley.edu"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.1",
18   "source": {
19     "git": "https://github.com/Rawgers/SwiftyNarou.git",
20     "tag": "1.1.6"
21   },
22   "source_files": "SwiftyNarou/**/*.{h,m,swift}",
23   "exclude_files": "Classes/Exclude",
24   "dependencies": {
25     "SwiftSoup": [
27     ],
28     "SwiftyJSON": [
30     ],
31     "GzipSwift": [
33     ]
34   },
35   "swift_version": "5.1"