blob: 0e9c3c435385cef14ccc1260f2b06f03713e61fd [file] [log] [blame]
{
"name": "MAFOverlay",
"version": "0.1.0",
"summary": "Popover-style overlay presentation coordinator for both iPhone and iPad on iOS 7+.",
"description": " MAFOverlay brings popover-style overlay presentations to iPhone and iPad on iOS 7+.\n\n * MAFOverlay presents view controllers as overlays\n * Default setup should work for most cases—simply create a coordinator object for the presented view controller\n * Handles iOS 7 rotation—simply let the coordinator know about willanimaterotation events\n * Works well with MAFOptionActionController for customizable ActionSheet style presentations\n * Supports a subset of popover features, including presenting from Bar Button or View\n * Supports Cross Dissolve and Cover Vertical transitions, but is customizable\n * Uses UIKit's custom modal presentation API\n * Provides grain control over animation and layout through layout attributes object and datasource\n",
"homepage": "https://github.com/jedlewison/MAFOverlay",
"screenshots": [
"https://raw.githubusercontent.com/jedlewison/MAFOverlay/master/OverlayPortrait.png",
"https://raw.githubusercontent.com/jedlewison/MAFOverlay/master/OverlayLandscape.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jed Lewison": "jed@magicappfactory.com"
},
"social_media_url": "http://twitter.com/jedlewison",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jedlewison/MAFOverlay.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}