[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 3 / 5 / R87DownloaderImageView / 2.0.0 / R87DownloaderImageView.podspec.json
blob3f1f2830267add5ec39c9730849701c6f7404910
2   "name": "R87DownloaderImageView",
3   "version": "2.0.0",
4   "summary": "R87DownloaderImageView is a UIImageView subclass which makes possible to download an image from the provided link.",
5   "description": "R87DownloaderImageView is a UIImageView subclass which makes possible to download an image from the provided link.\n\nWhile the download is in progress the default or a custom propgress bar is displayed, the download returns a success block with the downloaded image or a failure block in case of an error.",
6   "homepage": "https://github.com/reden87/R87DownloaderImageView",
7   "screenshots": "https://camo.githubusercontent.com/e2286c9a0e78c6bfdc2534e4f56027c8041e3a1a/687474703a2f2f726564656e38372e696e666f2f4769744875622f523837496d616765566965772e676966",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Gergő Németh": "http://reden87.info/"
14   },
15   "social_media_url": "http://twitter.com/reden87",
16   "platforms": {
17     "ios": "6.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/reden87/R87DownloaderImageView.git",
22     "tag": "2.0.0"
23   },
24   "source_files": "R87DownloaderImageView/*.{h,m}",
25   "requires_arc": true,
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ]