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