blob: 2668ee16d2a44b9a2b25a4610c3d5d38f57c7962 [file] [log] [blame]
{
"name": "ImageSizeFetcher",
"version": "0.9.1",
"summary": "Finds the size or type of an image given its URL by fetching as little as needed",
"description": "ImageSizeFetcher attempt to parse the size of an image downloaded as little data as needed without getting the entire file.",
"homepage": "https://github.com/malcommac/ImageSizeFetcher.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/ImageSizeFetcher.git",
"tag": "0.9.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.0"
}