[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / 6 / ImageValet / 2.4.0 / ImageValet.podspec.json
blobf004ee249e9b3bf18697df40243bba52c1622d2f
2   "name": "ImageValet",
3   "version": "2.4.0",
4   "summary": "Delivers an image from a local or remote source to a `UIImageView` or  closure, using `AlamofireImage` for asynchronous requests.",
5   "swift_version": "4.2",
6   "homepage": "https://github.com/AnthonyMDev/ImageValet",
7   "license": "MIT",
8   "authors": {
9     "Anthony Miller": "AnthonyMDev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AnthonyMDev/ImageValet.git",
13     "tag": "2.4.0"
14   },
15   "social_media_url": "https://twitter.com/AnthonyMDev",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "10.1"
20   },
21   "source_files": "Pod/Source/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7"
26     ],
27     "AlamofireImage": [
28       "~> 3.3"
29     ]
30   }