[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / d / 6 / e / MMFlowView / 1.0.3 / MMFlowView.podspec.json
blob14913591468e520efc468465bb51de9bcd961f61
2   "name": "MMFlowView",
3   "version": "1.0.3",
4   "summary": "A full featured CoverFlow view with similar functionality like IKImageBrowserView",
5   "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",
6   "homepage": "https://github.com/mmllr/MMFlowView",
7   "screenshots": "https://raw.github.com/mmllr/MMFlowView/master/Resources/FlowView.png",
8   "license": "MIT",
9   "authors": {
10     "Markus Mueller": "mmlr@gmx.net"
11   },
12   "source": {
13     "git": "https://github.com/mmllr/MMFlowView.git",
14     "tag": "1.0.3"
15   },
16   "social_media_url": "https://twitter.com/m_mlr",
17   "platforms": {
18     "osx": "10.7"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/**/*.{h,m}",
22   "ios": {
23     "exclude_files": "Classes/osx"
24   },
25   "osx": {
26     "exclude_files": "Classes/ios"
27   },
28   "exclude_files": "Classes/**/*Spec.{h,m}",
29   "public_header_files": "Classes/osx/MMFlowView.h",
30   "frameworks": [
31     "Quartz",
32     "QuartzCore",
33     "QTKit"
34   ],
35   "dependencies": {
36     "MMLayerAccessibility": [
37       "~> 0.1"
38     ]
39   }