mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-12-27 00:37:21 -05:00
added files via upload
This commit is contained in:
33
Tweaks/Alderis/Demo/Pods/Local Podspecs/Alderis.podspec.json
generated
Normal file
33
Tweaks/Alderis/Demo/Pods/Local Podspecs/Alderis.podspec.json
generated
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user