Added Palette pod
Showing
... | ... | @@ -41,6 +41,7 @@ def application_pods |
pod 'SnapKit' | ||
pod 'BezierKit' | ||
pod 'lottie-ios' | ||
pod 'Palette', :git => 'https://github.com/galandezzz/ios-Palette.git' | ||
pod 'Cirque', :git => 'https://github.com/StepanetsDmtry/Cirque.git' | ||
pod 'AlgoliaSearchClient', '~> 8.2' | ||
pod 'PKHUD', '~> 5.0' | ||
... | ... |
Pods/Local Podspecs/Palette.podspec.json
0 → 100644
{ | ||
"name": "Palette", | ||
"version": "1.0.6", | ||
"summary": "Color palette generation from image written in Swift", | ||
"homepage": "https://github.com/galandezzz/Palette", | ||
"license": "MIT", | ||
"authors": { | ||
"Egor Snitsar": "fearum@icloud.com" | ||
}, | ||
"platforms": { | ||
"ios": "9.0" | ||
}, | ||
"swift_versions": "5.0", | ||
"source": { | ||
"git": "https://github.com/galandezzz/Palette.git", | ||
"tag": "v1.0.6" | ||
}, | ||
"source_files": [ | ||
"Source/*", | ||
"Source/*/*" | ||
], | ||
"swift_version": "5.0" | ||
} |
Pods/Palette/LICENSE
0 → 100644
Pods/Palette/README.md
0 → 100644
Pods/Palette/Source/Color.swift
0 → 100644
Pods/Palette/Source/ColorConverter.swift
0 → 100644
Pods/Palette/Source/ColorCutQuantizer.swift
0 → 100644
Pods/Palette/Source/Palette.swift
0 → 100644
Pods/Palette/Source/PaletteBuilder.swift
0 → 100644
Pods/Palette/Source/PaletteFilter.swift
0 → 100644
Pods/Palette/Source/PaletteSwatch.swift
0 → 100644
Pods/Palette/Source/Target.swift
0 → 100644
Pods/Palette/Source/TargetBuilder.swift
0 → 100644
Pods/Palette/Source/UIImage+Palette.swift
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment