blob: ab4c2677fdf57d6ac885cb25c0a7fc40a8e11a14 [file] [log] [blame]
{
"name": "MMFlowView",
"version": "1.0.1",
"summary": "A full featured CoverFlow view with similar functionality like IKImageBrowserView",
"description": " MMFlowView is a class designed to support the \"CoverFlow\" effect and it is intended to use in a similar way like IKImageBrowserView.\n It supports all the image types (URLs, NSImage, Icons, QuartzComposerCompositions, QTMovie) as IKImageBrowserView.\n If you are familiar with IKImageBrowserView you can immediately start using MMFlowView.\n MMFlowView uses asynchronous image loading and caches the image content, trying to use as little memory as possible.\n It supports both image loading via a datasource or with Cocoa bindings. It is accessibility conforming,\n features drag&drop und quicklook preview. Its makes use of CoreAnimation to provide smooth and fast animations.\n",
"homepage": "https://github.com/mmllr/MMFlowView",
"screenshots": "https://raw.github.com/mmllr/MMFlowView/master/Resources/FlowView.png",
"license": "MIT",
"authors": {
"Markus Mueller": "mmlr@gmx.net"
},
"source": {
"git": "https://github.com/mmllr/MMFlowView.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/m_mlr",
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"exclude_files": "Classes/**/*Spec.{h,m}",
"public_header_files": "Classes/MMFlowView.h",
"frameworks": [
"Quartz",
"QuartzCore",
"QTKit"
],
"dependencies": {
"MMLayerAccessibility": [
"~> 0.1"
]
}
}