[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / f / d / UIMagnifyImageView / 1.1 / UIMagnifyImageView.podspec.json
blob75d8b4299bced6e552555ece8a2d27fefb6a2378
2   "name": "UIMagnifyImageView",
3   "version": "1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "http://hayek.github.io/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.1"
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   }