2 "name": "MAFActionSheetController",
4 "summary": "Universal customizable action sheet controller for iOS 7+.",
5 "description": " MAFActionSheetController manages action sheet-style view controllers on iOS 7+ using MAFOverlay to present as an overlay from a bar button item or a view.\n\n * Similar to UIAlertController, but with full control over layout and works with iOS 7+.\n * Default layout is similar to popover style on iPhone\n * Add custom header and footer\n * Supports vertical scrolling for long sheets\n * Choose primary and detail text attributes.\n * Supply a custom background view for each action item to completely customize appearance.\n * Uses MAFOverlay to coordinate presentations\n",
6 "homepage": "https://github.com/jedlewison/MAFActionSheetController",
8 "https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetControlleriPhonePortrait.png",
9 "https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetControlleriPhoneLandscape.png"
16 "Jed Lewison": "jed@magicappfactory.com"
18 "social_media_url": "http://twitter.com/jedlewison",
23 "git": "https://github.com/jedlewison/MAFActionSheetController.git",
27 "source_files": "Pod/Classes/**/*.{h,m}",
28 "public_header_files": "Pod/Classes/*.h",
29 "private_header_files": "Pod/Classes/Private/*.h",
30 "frameworks": "UIKit",