[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / 2 / f / d / UIMagnifyImageView / 1.2 / UIMagnifyImageView.podspec.json
blobf01f6462df1f54912dc5441d0593a39f9f8862d2
2   "name": "UIMagnifyImageView",
3   "version": "1.2",
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.2"
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   }