[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / f / 9 / blurhash / 0.0.2 / blurhash.podspec.json
blobf4604d4aa97482e7d504b6ceeb858bbebd8ea44b
2   "name": "blurhash",
3   "version": "0.0.2",
4   "summary": "A very compact representation of a placeholder for an image.",
5   "description": "A pure-Swift library for generating and decoding very compact image placeholders.",
6   "homepage": "https://github.com/signalapp/blurhash",
7   "license": {
8     "type": "MIT",
9     "file": "Swift/License.txt"
10   },
11   "authors": {
12     "Dag Ă…gren": "paracelsus@gmail.com"
13   },
14   "social_media_url": "https://github.com/woltapp",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "4.2"
21   ],
22   "source": {
23     "git": "https://github.com/signalapp/blurhash.git",
24     "tag": "0.0.2"
25   },
26   "source_files": [
27     "Classes",
28     "Swift/*.{swift}"
29   ],
30   "deprecated": true,
31   "swift_version": "4.2"