[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / e / ImageSizeFetcher / 0.9.1 / ImageSizeFetcher.podspec.json
blob2668ee16d2a44b9a2b25a4610c3d5d38f57c7962
2   "name": "ImageSizeFetcher",
3   "version": "0.9.1",
4   "summary": "Finds the size or type of an image given its URL by fetching as little as needed",
5   "description": "ImageSizeFetcher attempt to parse the size of an image downloaded as little data as needed without getting the entire file.",
6   "homepage": "https://github.com/malcommac/ImageSizeFetcher.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniele Margutti": "hello@danielemargutti.com"
13   },
14   "social_media_url": "https://twitter.com/danielemargutti",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/malcommac/ImageSizeFetcher.git",
23     "tag": "0.9.1"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "swift_version": "4.0"