blob: b39f2daa3cd7451ed40bdab62b0c5761b56b90e3 [file] [log] [blame]
{
"name": "MAFActionSheetController",
"version": "0.1.0",
"summary": "Universal customizable action sheet controller for iOS 7+.",
"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",
"homepage": "https://github.com/jedlewison/MAFActionSheetController",
"screenshots": [
"https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetControlleriPhonePortrait.png",
"https://raw.githubusercontent.com/jedlewison/MAFActionSheetController/master/MAFActionSheetControlleriPhoneLandscape.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/MAFActionSheetController.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"MAFOverlay": [
]
}
}