[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / 2 / 6 / ImageValet / 2.0.0 / ImageValet.podspec.json
blobd91c5216a55a72035fb81f0af2dc41f5474bc10e
2   "name": "ImageValet",
3   "version": "2.0.0",
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.0.0"
13   },
14   "social_media_url": "https://twitter.com/AnthonyMDev",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "Alamofire": [
23       "~> 3.1"
24     ],
25     "AlamofireImage": [
26       "~> 2.1"
27     ]
28   }