[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / e / 9 / GBImageView / 0.5.1 / GBImageView.podspec.json
blob5c5f00e5313c2b7c55d5b14adce2ec065a681924
2   "name": "GBImageView",
3   "version": "0.5.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Replacement of NSImageView that supports animations, asynchronous request and a conveniente internal cache system.",
9   "description": "GBImageView is a replacement of NSImageView for Mac OS X that supports animations, asynchronous request to fetch an image from an NSURL and a conveniente internal cache system.",
10   "homepage": "https://github.com/gbasile/GBImageView",
11   "authors": {
12     "Giuseppe Basile": "rosanero@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gbasile/GBImageView.git",
16     "tag": "0.5.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "osx": "10.6"
21   },
22   "source_files": "*.{h,m}",
23   "dependencies": {
24     "EGOCache": [
25       "0.0.1"
26     ]
27   },
28   "frameworks": [
29     "QuartzCore",
30     "IOKit"
31   ]