在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:quran/quran-ios开源软件地址:https://github.com/quran/quran-ios开源编程语言:Swift 99.8%开源软件介绍:QuranEngineQuranEngine is the engine powering the Quran.com iOS app. It's a collection of libraries that can be used to create a Quran app or a quran reading/listening experience within an Islamic app. LibrariesWe have currently open sourced the following libraries: QuranKitA quranic numbering library. It can be used to locate the page of a verse or juz' of a page, etc. QuranTextKitA quranic text kit to search and retrieve quran, translations and tafseers text. QuranMadaniDataThe data for the madani Quran. QuranAudioKitA library for downloading and playing quran recitations. Libraries to Open Source SoonThe following are libraries we are going to open source soon. QuranBookmarkingKitA library for taking bookmarks and notes. InstallationSwift Package Managerlet package = Package(
name: "<YOUR PACKAGE>",
products: [
.library(name: "<YOUR PACKAGE>", targets: ["Caching"]),
],
dependencies: [
.package(name: "QuranEngine", url: "https://github.com/quran/quran-ios", .from("2.0.1")),
],
targets: [
.target(
name: "<YOUR PACKAGE>",
dependencies: [
.product(name: "QuranKit", package: "QuranEngine"),
.product(name: "QuranTextKit", package: "QuranEngine"),
.product(name: "QuranMadaniData", package: "QuranEngine"),
.product(name: "QuranAudioKit", package: "QuranEngine"),
]
),
]
) It would be great if you could send an e-mail to [email protected] then we will notify you for beta builds and you can then help us find bugs before going live. ContributionsPlease read Contributions page. License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论