TM-SGNL-iOS/ThirdParty/blurhash.podspec
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

13 lines
756 B
Ruby

Pod::Spec.new do |s|
s.name = "blurhash"
s.version = "0.0.1"
s.summary = "A very compact representation of a placeholder for an image."
s.description = "A pure-Swift library for generating and decoding very compact image placeholders."
s.homepage = "https://github.com/woltapp/blurhash"
s.license = { :type => "MIT", :file => "Swift/License.txt" }
s.author = { "Dag Ågren" => "paracelsus@gmail.com" }
s.social_media_url = "https://github.com/woltapp"
s.swift_versions = ["5"]
s.source = { :git => "https://github.com/woltapp/blurhash.git", :commit => "0a1f97898d9eb8952bc528cd7a8ec73d9fecf5d0" }
s.source_files = "Swift/*.swift"
end