mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-31 21:04:13 -04:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"name": "Alderis",
|
|
"version": "1.1.2",
|
|
"summary": "A fresh new color picker, with a gentle, fun, and dead simple user interface.",
|
|
"description": "Alderis is a fresh new color picker, with a gentle, fun, and dead simple user\ninterface. It aims to incorporate the usual elements of a color picker, in a way\nthat users will find easy and fun to use.\n\nThe user can start by selecting a color they like on the initial color palette\ntab, and either accept it, or refine it using the color wheel and adjustment\nsliders found on the two other tabs.",
|
|
"homepage": "https://github.com/hbang/Alderis",
|
|
"screenshots": [
|
|
"https://github.com/hbang/Alderis/raw/main/screenshots/alderis-1.jpg",
|
|
"https://github.com/hbang/Alderis/raw/main/screenshots/alderis-2.jpg",
|
|
"https://github.com/hbang/Alderis/raw/main/screenshots/alderis-3.jpg",
|
|
"https://github.com/hbang/Alderis/raw/main/screenshots/alderis-4.jpg"
|
|
],
|
|
"license": "Apache License, Version 2.0",
|
|
"authors": "HASHBANG Productions",
|
|
"social_media_url": "https://twitter.com/hashbang",
|
|
"swift_versions": "5.0",
|
|
"platforms": {
|
|
"ios": "12.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/hbang/Alderis.git",
|
|
"tag": "1.1.2"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": [
|
|
"Alderis/*.swift",
|
|
"Alderis/*.h"
|
|
],
|
|
"resource_bundles": {
|
|
"Alderis": "Alderis/Assets-ios12.xcassets"
|
|
},
|
|
"swift_version": "5.0"
|
|
}
|