added files via upload

This commit is contained in:
Balackburn
2023-06-27 09:54:41 +02:00
commit 2ff6aac218
1420 changed files with 88898 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"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"
}