blob: 5c5f00e5313c2b7c55d5b14adce2ec065a681924 [file] [log] [blame]
{
"name": "GBImageView",
"version": "0.5.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Replacement of NSImageView that supports animations, asynchronous request and a conveniente internal cache system.",
"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.",
"homepage": "https://github.com/gbasile/GBImageView",
"authors": {
"Giuseppe Basile": "rosanero@gmail.com"
},
"source": {
"git": "https://github.com/gbasile/GBImageView.git",
"tag": "0.5.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.6"
},
"source_files": "*.{h,m}",
"dependencies": {
"EGOCache": [
"0.0.1"
]
},
"frameworks": [
"QuartzCore",
"IOKit"
]
}