blob: 58f32065de242864b964f1a61d4cb329d651eaef [file] [log] [blame]
{
"name": "blurhash",
"version": "0.0.1",
"summary": "A very compact representation of a placeholder for an image.",
"description": "A pure-Swift library for generating and decoding very compact image placeholders.",
"homepage": "https://github.com/signalapp/blurhash",
"license": {
"type": "MIT",
"file": "Swift/License.txt"
},
"authors": {
"Dag Ă…gren": "paracelsus@gmail.com"
},
"social_media_url": "https://github.com/woltapp",
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.0",
"4.2"
],
"source": {
"git": "https://github.com/signalapp/blurhash.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Swift/*.{swift}"
],
"swift_version": "4.2"
}