blob: b640633b0c77122141518254534317335d05391f [file] [log] [blame]
{
"name": "MangaDexLib",
"version": "0.4",
"summary": "Cross-platform Swift framework to interact with the MangaDex website.",
"description": "MangaDexLib is a cross-platform Swift framework to interact with the MangaDex website. Its goal is to offer a robust abstract interface to access the website's core features.",
"homepage": "https://github.com/JRomainG/MangaDexLib",
"license": {
"type": "GPLv3",
"file": "LICENSE"
},
"authors": "Jean-Romain Garnier",
"source": {
"git": "https://github.com/JRomainG/MangaDexLib.git",
"tag": "v0.4"
},
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"frameworks": "WebKit",
"dependencies": {
"SwiftSoup": [
]
},
"swift_version": "5.2"
}