[Add] MapLibre 6.10.0
[CocoaPods.git] / Specs / 2 / f / d / UIMagnifyImageView / 1.0 / UIMagnifyImageView.podspec.json
blobdc035825a49eeb6328a3d3001a6b4e839109aabf
2   "name": "UIMagnifyImageView",
3   "version": "1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/hayek/UIMagnifyImageView",
9   "authors": {
10     "Amir Hayek": "free4sale@gmail.com"
11   },
12   "summary": "Peekable image view",
13   "description": "                       UIMagnifyImageView is a UIView extention that shows an image inside loupe that when touched pops the image. It's useful in cases where you want to let the user view an image quickly without moving to other screen.\n",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/hayek/UIMagnifyImageView.git",
19     "tag": "1.0"
20   },
21   "source_files": "UIMagnifyImageView/Source/*",
22   "frameworks": [
23     "Foundation",
24     "CoreGraphics",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "AsyncImageView": [
30       "~> 1.5"
31     ]
32   }