blob: 87a7e582724331dc86b8413bcfcd3173f6aa0fbe [file] [log] [blame]
{
"name": "MAFOverlay",
"version": "0.0.4",
"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.0.4"
},
"source_files": [
"MAFOverlay",
"MAFOverlay/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}