- Removed Palette library
- Added previous native average color logic
Showing
... | @@ -41,7 +41,6 @@ def application_pods | ... | @@ -41,7 +41,6 @@ def application_pods |
pod 'SnapKit' | pod 'SnapKit' | ||
pod 'BezierKit' | pod 'BezierKit' | ||
pod 'lottie-ios' | pod 'lottie-ios' | ||
pod 'Palette', :git => 'https://github.com/galandezzz/ios-Palette.git' | |||
pod 'Cirque', :git => 'https://github.com/StepanetsDmtry/Cirque.git' | pod 'Cirque', :git => 'https://github.com/StepanetsDmtry/Cirque.git' | ||
pod 'AlgoliaSearchClient', '~> 8.2' | pod 'AlgoliaSearchClient', '~> 8.2' | ||
pod 'PKHUD', '~> 5.0' | pod 'PKHUD', '~> 5.0' | ||
... | ... |
{ | |||
"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
deleted
100644 → 0
Pods/Palette/README.md
deleted
100644 → 0
Pods/Palette/Source/Color.swift
deleted
100644 → 0
Pods/Palette/Source/Palette.swift
deleted
100644 → 0
Pods/Palette/Source/Target.swift
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment