[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / f / d / UIMagnifyImageView / 1.3 / UIMagnifyImageView.podspec.json
blob3085625d0215c3b504b1f5629892aa8d6ad44064
2   "name": "UIMagnifyImageView",
3   "version": "1.3",
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.3"
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   }