[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 8 / f / AGImagesDownloader / 0.0.1 / AGImagesDownloader.podspec.json
blob1775264a692ffa52f9c3812656bdee09147ce8d1
2   "name": "AGImagesDownloader",
3   "version": "0.0.1",
4   "summary": "Extension to UIImageView to download images from URL and cache it locally.",
5   "description": "AGImagesDownloader is an extension of UIImageView class to download images from URL easier. Also it has an internal cache to manage the download images.",
6   "homepage": "https://github.com/ToGohi/AGImagesDownloader.git",
7   "license": {
8     "type": "MIT",
9     "file": "AGImagesDownloader/LICENSE"
10   },
11   "authors": {
12     "Antonio González": "togohi@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/togohi",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/ToGohi/AGImagesDownloader.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "AGImagesDownloader/**/*.{swift}"
25   ],
26   "frameworks": "UIKit"