blob: 1c72f2edaa01d10638e8e495af3646659d69a947 [file] [log] [blame]
{
"name": "MAFActionSheetController",
"version": "0.1.2",
"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",
"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.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/*.h",
"private_header_files": "Pod/Classes/Private/*.h",
"frameworks": "UIKit",
"dependencies": {
"MAFOverlay": [
]
}
}